pcdshub / adviewer

AreaDetector configuration (and one day viewing) tool / based on ophyd, typhon, and qtpynodeeditor
Other
0 stars 3 forks source link

Fix versioneer compat with py311 #18

Closed tacaswell closed 3 years ago

tacaswell commented 3 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