johnnoone / pytest-curio

Launch pytest with curio
Apache License 2.0
10 stars 6 forks source link

Make versioneer compatible with Python 3.12. #7

Open codypiersall opened 9 months ago

codypiersall commented 9 months ago

SafeConfigParser was deprecated in Python 3.2 and removed in Python 3.12. The readfp method was removed in favor of read_file as well. I was able to test that this still worked with Python 3.7, but that is the oldest I could test on.