soft-matter / trackpy

Python particle tracking toolkit
http://soft-matter.github.io/trackpy
Other
443 stars 131 forks source link

Fix versioneer compat with py311 #683

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

nkeim commented 2 years ago

Failing tests were only because numpy etc. wheels are not yet available for Python 3.10.