Releases: python-trio/trustme
Releases · python-trio/trustme
1.2.0
Features
- Add support for Python 3.13. (#664)
- Allow setting of cert's notBefore attribute (#628)
Bugfixes
- Add the Authority Key Identifier extension to child CA certificates. (#642)
Deprecations and Removals
- Remove support for Python 3.8 and PyPy 3.9. (#664)
1.1.0
Features
- Allow
os.PathLike
in typing of Blob.write_to_path
. #606
- Add support for PyPy 3.10 and Python 3.12. #609
Deprecations and Removals
- Remove support for Python 3.7. #609