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

[v1.1.0] Drop Python 3.7 and add support for Python 3.12 #120

Merged
merged 9 commits into from
Jan 4, 2024

Conversation

bih
Copy link
Collaborator

@bih bih commented Jan 4, 2024

Closes #119

This introduces a change that aligns with Python's active releases. In order to lower maintenance cost and be able to use newer Python features, this is a change that would make it easier to evolve this popular plugin.

This includes the deprecated distutils package fix in #115 and #118

This bumps up the version to a major release of 1.1.0

@bih bih force-pushed the update-supported-python-versions branch from df4e16d to d39c8b4 Compare January 4, 2024 14:02
@bih bih changed the title Drop Python 3.7 and add support for Python 3.12 and 3.13 Drop Python 3.7 and add support for Python 3.12 Jan 4, 2024
@bih bih force-pushed the update-supported-python-versions branch from 610771a to 078b288 Compare January 4, 2024 14:18
@bih bih changed the title Drop Python 3.7 and add support for Python 3.12 [v1.1.0] Drop Python 3.7 and add support for Python 3.12 Jan 4, 2024
PauloASilva and others added 2 commits January 4, 2024 14:21
`distutils` was deprecated and removed in Python 3.12 [1].

`distutils.dir_util.copy_tree` function can be replaced by the `shutil.copytree`
counterpart.

[1]: https://docs.python.org/3.10/whatsnew/3.10.html#distutils-deprecated
@bih bih merged commit b1965a2 into master Jan 4, 2024
6 checks passed
@bih bih deleted the update-supported-python-versions branch January 4, 2024 14:28
@bih bih mentioned this pull request Jan 4, 2024
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.

Drop support for Python 3.7 and add support for Python 3.12
2 participants