Uh oh!
There was an error while loading. Please reload this page.
chore: restrict rsa version to <=4.0 for Python 2.7 compatibility - #135
Conversation
plamut
commented
Jun 12, 2020
I'm not sure what that is, happens when commands in virtualenvs are run, hopefully a restart will make the CI checks green again. |
shollyman
commented
Jun 12, 2020
bad day for python releases. looks like the new breakage here is in virtualenv |
HemangChothani
commented
Jun 15, 2020
plamut
commented
Jun 15, 2020
@HemangChothani Thanks for the update! In theory the change should not be needed, just a version bump of the I would thus play it safe and be explicit about this, but I will borrow the fix from |
Fixes#134.
This PR assures that too new a version of the
rsadependency does not break the library's Python 2.7 compatibility.That version is already two years old, though, and it represents a yet another reason to start dropping Python 2.7 (and 3.5) support, too.
PR checklist