Skip to content

Commit ccfef6c

Browse files
Update dependency python to 3.14
1 parent 3b0fd98 commit ccfef6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515
- uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.13'
17+
python-version: '3.14'
1818
- run: pip install . matplotlib pycryptodome rc4
1919
- run: nice -19 python benchmark.py -o benchmark.svg
2020
- uses: actions/upload-artifact@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818
- uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.13'
20+
python-version: '3.14'
2121
- run: pip install setuptools
2222
- run: python setup.py sdist --verbose
2323
- uses: actions/upload-artifact@v4
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- uses: actions/setup-python@v5
8787
with:
88-
python-version: '3.13'
88+
python-version: '3.14'
8989
- run: pip install twine
9090
- uses: actions/download-artifact@v5
9191
with:

0 commit comments

Comments
 (0)