Files
@ a5d15a7511a9
Branch filter:
Location: kallithea/docs/dev/dbmigrations.rst
a5d15a7511a9
2.9 KiB
text/prs.fallenstein.rst
lib: use packaging.version.Version instead of dropped distutils.version.StrictVersion
distutils is dropped in Python 3.12 . Migrate to packaging as described on
https://github.com/pypa/packaging/issues/520 .
distutils is dropped in Python 3.12 . Migrate to packaging as described on
https://github.com/pypa/packaging/issues/520 .