sethmlarson / truststore

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

Add test for 3.7 compatible syntax #108

Closed sethmlarson closed 1 year ago

sethmlarson commented 1 year ago

Related to https://github.com/pypa/pip/pull/12107, this test ensures that the syntax used in the truststore package is compatible with Python 3.7 (so anyone can call compileall).

davisagli commented 1 year ago

@sethmlarson The lint check is failing with a mypy error

sethmlarson commented 1 year ago

@davisagli Yeah I'm going to fix that in a separate PR, that's failing main too.

sethmlarson commented 1 year ago

https://github.com/sethmlarson/truststore/pull/109

sethmlarson commented 1 year ago

Rebased on main, hopefully now CI won't be failing.