sybrenstuvel / python-rsa

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

Drop support for Python 3.6 #209

Closed ziegenberg closed 1 year ago

ziegenberg commented 2 years ago

Python 3.6 EOLed 11 months ago.

myheroyuki commented 1 year ago

Thanks, this looks like a good contribution! Can you update the docs (specifically, installation.rst) to reflect this PR?

ziegenberg commented 1 year ago

Hi! I'll update the docs as soon as my workstation is back in a usable state. That should be in the coming week.

ziegenberg commented 1 year ago

I amended my commit and updated installation.rst as requested.

sybrenstuvel commented 1 year ago

Thanks for the PR!