Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace distutils.version.StrictVersion with packaging version #61

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

mattpitkin
Copy link
Collaborator

The distutils package is being deprecated and removed as of Python 3.12. This replaces the one use of distutils, which is for package version parsing, with the packaging.version.parse function.

@vallis vallis merged commit 7c3bb1c into vallis:master Oct 16, 2023
10 checks passed
@mattpitkin mattpitkin deleted the remove_distutils branch October 16, 2023 20:18
@mattpitkin
Copy link
Collaborator Author

@vallis Is there any chance you could create a new libstempo release to include this change, please?

@mattpitkin
Copy link
Collaborator Author

@vallis just another gentle push to ask if a new libstempo version release can be made?

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.

2 participants