Skip to content

Conversation

@estebanlan
Copy link

The distutils package is deprecated in Python 3.13.

sphinx-multiversion used LooseVersion found in distutils to parse version names. This gave it flexibility to deal with versions that were not PEP-440 compliant.

This PR simply changes distutils with looseversion, which attempts to be a drop-in replacement for this functionality.

- distutils package is deprecated
- Replaced by looseversion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant