sethmlarson / truststore

Verify certificates using OS trust stores
https://truststore.readthedocs.io
MIT License
151 stars 18 forks source link

Add explicit support for Python 3.13 #132

Closed sethmlarson closed 4 months ago

sethmlarson commented 5 months ago

Closes #131 Split into two commits for easier reviewing, looks like Black style changed :)

Unfortunately looks like trustme is broken through cryptography so we can't use that for tests on Python 3.13. Maybe can try skipping those for now?

sethmlarson commented 4 months ago

@davisagli Sorry for taking a long time on this one, I saw the failures and have switched the CI to only test Python 3.13 on Ubuntu for now.

davisagli commented 4 months ago

@sethmlarson Thanks!