Indicio-tech / pydid

Python library for validating, constructing, and representing DIDs and DID Documents
Apache License 2.0
11 stars 12 forks source link

Run tests on Python 3.11 #65

Open dbluhm opened 1 year ago

dbluhm commented 1 year ago

The frozenlist version installed right now does not support Python 3.11. Newer versions of frozenlist do not support Python 3.6. Once we drop 3.6 support, we should be able to upgrade frozenlist and re-enable testing on Python 3.11.