sybrenstuvel / python-rsa

Python-RSA is a pure-Python RSA implementation.
https://stuvel.eu/rsa
Other
483 stars 112 forks source link

Add support for Python 3.12 and drop EOL 3.7 #223

Closed hugovk closed 11 months ago

hugovk commented 1 year ago

The Python 3.12 release candidate is out! :rocket:

Call to action

We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.12 compatibilities during this phase, and where necessary publish Python 3.12 wheels on PyPI to be ready for the final release of 3.12.0.

See also https://dev.to/hugovk/help-test-python-312-beta-1508/

Also drop EOL Python 3.7: https://devguide.python.org/versions/

hugovk commented 1 year ago

Thanks for the review, how does this look now?

sybrenstuvel commented 11 months ago

Looking good, thanks again!