calc_release_version.py imports distutils.version.LooseVersion. The distutils module was deprecated in Python 3.10 and will be removed in Python 3.12. PEP 632 suggests setuptools as the modern alternative. PEP 386 also has some discussion about version parsing, which could be relevant.
Some related PRs migrating away from distutils:
- clones
-
CDRIVER-4603 Replace usage of deprecated distutils module in calc_release_version.py
- Closed
- related to
-
MONGOCRYPT-566 Replace usage of deprecated distutils module in calc_release_version.py
- Closed