jaraco / keyring

MIT License
1.24k stars 152 forks source link

Add test for do_set #663

Closed jaraco closed 9 months ago

jaraco commented 9 months ago

It's annoying. The code seems to run fine on Python 3.11 without deprecation warnings but has problems on 3.12 with APIs having gone missing. What gives?

jaraco commented 9 months ago

Aha: https://github.com/python/cpython/issues/100690