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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3.12 #515

Merged
merged 2 commits into from Aug 18, 2023
Merged

Add support for Python 3.12 #515

merged 2 commits into from Aug 18, 2023

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Aug 17, 2023

The Python 3.12 release candidate is out! 馃殌

Call to action

We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.12 compatibilities during this phase, and where necessary publish Python 3.12 wheels on PyPI to be ready for the final release of 3.12.0.

Also:

@eliben
Copy link
Owner

eliben commented Aug 17, 2023

Thanks for the contribution. This PR is trying to do a bit too much. Please split it:

  1. One PR should just update the versions
  2. A followup PR can then apply stylistic changes, but without touching the ply directory/module since this is vendored code I'm not modifying

@hugovk
Copy link
Contributor Author

hugovk commented Aug 18, 2023

Updated!

setup.cfg Show resolved Hide resolved
@eliben eliben merged commit f740995 into eliben:master Aug 18, 2023
15 checks passed
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.

None yet

2 participants