You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use fork of PGPy (#23)
Alas PGPy has not been updated in 2 years, and cannot be
installed on python 3.13 as a result.
This change inserts a hopefully temporary fork of PGPy which
addresses both of those issues.
Co-authored-by: Nathan J. Mehl <[email protected]>
Version 1.9.1
- Remove an extraneous print() statement.
- No need to import print_statement from __future__ -- we dropped
py2 support ages ago so the future is now.