eth-educators / ethstaker-deposit-cli

Secure key generation for deposits
https://eth-educators.github.io/ethstaker-deposit-cli/
Creative Commons Zero v1.0 Universal
3 stars 5 forks source link

Python 3.13 #97

Closed yorickdowne closed 1 month ago

yorickdowne commented 1 month ago

Merge after the Python 3.13 runner is available. See also #74

Changed macos-12 to macos-13 because of:

"While this release of 3.12 still supports them, it is likely that we will be forced to drop support for macOS 10.12 and older in a future 3.12 release. (Python 3.13 has already dropped support for them.)"

macOS is usually supported for 3 years, which means 12 would become unsupported when 15 releases, likely late October. https://endoflife.date/macos

remyroy commented 1 month ago

3.13 isn't available yet with the setup-python action. The list of versions is available on https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json . We could try 3.13.0-rc.1 instead.