update Github workflows for Python 3.14
This commit is contained in:
parent
c406336ca4
commit
27312d2e54
3 changed files with 5 additions and 5 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.11", "3.12", "3.13"]
|
python-version: ["3.11", "3.12", "3.13", "3.14"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
6
.github/workflows/ruff.yaml
vendored
6
.github/workflows/ruff.yaml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.11", "3.12", "3.13"]
|
python-version: ["3.11", "3.12", "3.13", "3.14"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -40,8 +40,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install pip setuptools build wheel
|
python3 -m pip install pip setuptools build wheel
|
||||||
python3 -m pip install gmpy2 cryptography pynacl ecdsa aiohttp requests pexpect scrypt semantic-version
|
python3 -m pip install gmpy2 cryptography pynacl ecdsa aiohttp requests pexpect scrypt semantic-version
|
||||||
python3 -m pip install pycryptodomex pysocks pycoin ipaddress varint ruff
|
python3 -m pip install pycryptodome pysocks pycoin ipaddress varint ruff
|
||||||
python3 -m pip install lxml py-ecc monero eth-keys
|
python3 -m pip install lxml py-ecc monero eth-keys pure-protobuf
|
||||||
python3 setup.py build_ext --inplace
|
python3 setup.py build_ext --inplace
|
||||||
|
|
||||||
- name: Check the code with Ruff static code analyzer
|
- name: Check the code with Ruff static code analyzer
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
16.1.dev35
|
16.1.dev36
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue