eliben / pycparser

:snake: Complete C99 parser in pure Python
Other
3.21k stars 612 forks source link

Add support for Python 3.12 #515

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

The Python 3.12 release candidate is out! :rocket:

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 commented 1 year ago

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 commented 1 year ago

Updated!