Skip to content

Add support for Python 3.12

Andrew Gunnerson requested to merge chenxiaolong/fdroidserver:python3.12 into master

Python 3.12 completely removed the builtin distutils module. This commit replaces its use with the packaging package, which is an external dependency, but maintained by the Python developers.

Merge request reports