bluesky / event-model

data model for event-based data collection and analysis
https://blueskyproject.io/event-model
BSD 3-Clause "New" or "Revised" License
13 stars 30 forks source link

Fix versioneer compat with py311 #217

Closed tacaswell closed 2 years ago

tacaswell commented 2 years ago

SafeConfigParser has been deprecated since Python 3.2 and will be removed in py311.

https://github.com/python/cpython/pull/28292 https://bugs.python.org/issue45173