pcdshub / pcdswidgets

LCLS PyDM Widget Library
https://pcdshub.github.io/pcdswidgets
Other
0 stars 10 forks source link

Fix versioneer compat with py311 #68

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

ZLLentz commented 3 years ago

Test implosion unrelated