truststore icon indicating copy to clipboard operation
truststore copied to clipboard

Python 3.13 support

Open layday opened this issue 1 year ago • 2 comments

:wave: 3.13 is still in alpha, but I thought I'd file this - in https://github.com/python/cpython/pull/109113, get_unverified_chain was made public and calls public_bytes on the certs, meaning that https://github.com/sethmlarson/truststore/blob/178fea29c3fb5b14a62deeb112ed3e3d81e95157/src/truststore/_api.py#L299 throws an error.

layday avatar Apr 04 '24 10:04 layday

@layday Thanks for reporting this, we'll update and get a new version published.

sethmlarson avatar Apr 04 '24 12:04 sethmlarson

(Typeshed PR: https://github.com/python/typeshed/pull/11724)

layday avatar Apr 05 '24 18:04 layday