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

Support Python 3.13 #104

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Support Python 3.13 #104

merged 2 commits into from
Oct 16, 2024

Conversation

dfremont
Copy link
Contributor

This PR makes the test suite pass under Python 3.13: the only change required is removing a use of the ASYNC token in data/python.gram (that token no longer exists in Python 3.13). While I was at it I added 3.13 to the CI matrix and updated the Trove classifiers to declare support for Python 3.8-3.13.

I have not fixed the corresponding issue in data/fullpy.gram as that grammar has other issues preventing it from working anyway. Nor have I removed ASYNC or AWAIT from data/Tokens since those tokens could still be created when using older versions of Python (and as far as I can tell the file is not used by anything except a broken part of the show_parse.py script).

@pablogsal
Copy link
Contributor

Thanks a lot for the PR @dfremont !

@pablogsal pablogsal merged commit 26d533d into we-like-parsers:main Oct 16, 2024
6 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.

2 participants