File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments