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

Add support for CPython 3.11 #468

Closed
erlend-aasland opened this issue Aug 11, 2022 · 4 comments · Fixed by #469
Closed

Add support for CPython 3.11 #468

erlend-aasland opened this issue Aug 11, 2022 · 4 comments · Fixed by #469

Comments

@erlend-aasland
Copy link
Contributor

erlend-aasland commented Aug 11, 2022

Python 3.11-rc1 was just released. Final release is due in early October.

See PEP-664

@eliben
Copy link
Owner

eliben commented Aug 11, 2022

Could you clarify what you mean by "add support for CPython 3.11"?

Did you try it with the RC and encounter issues?

erlend-aasland pushed a commit to erlend-aasland/pycparser that referenced this issue Aug 11, 2022
@erlend-aasland
Copy link
Contributor Author

Sorry for not being clear. What I meant was that it would be nice if Python 3.11 was added to the list of supported Python versions. I have not encountered issues with the RC.

@eliben
Copy link
Owner

eliben commented Aug 15, 2022

Still not quite sure what that line in setup.py actually means if the code works fine -- maybe it's just a way to mark it on PyPI? It seems odd that every time a new Python version is out - all the millions of Python packages out there have to be updated to mark their "support".

In any case, this change is harmless and I don't have anything against it -- will wait until 3.11 is actually released though (and at that point add it to the CI as well)

@erlend-aasland
Copy link
Contributor Author

🏓 Python 3.11 was released yesterday.

eliben pushed a commit that referenced this issue Oct 28, 2022
* Add Python 3.11 as a supported version

Fixes #468

* Address review: add Python 3.11 to CI test matrix
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 a pull request may close this issue.

2 participants