-
Notifications
You must be signed in to change notification settings - Fork 9
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
Tests fail with Python 3.11 #49
Comments
leviathan747
added a commit
that referenced
this issue
Feb 15, 2023
NOTE: the tests fail on versions >= python 3.11, so this change restricts the test runner to use python 3.10. This is raised in issue #49.
leviathan747
added a commit
that referenced
this issue
Feb 15, 2023
NOTE: the tests fail on versions >= python 3.11, so this change restricts the test runner to use python 3.10. This is raised in issue #49.
leviathan747
added a commit
that referenced
this issue
Feb 15, 2023
NOTE: the tests fail on versions >= python 3.11, so this change restricts the test runner to use python 3.10. This is raised in issue #49.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Previously passing tests fail when running under Python 3.11
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tests should pass
Environment (please complete the following information):
Additional context
This appears to be an issue with ply and the underlying regular expression engine used in the lexer. It may be related to this report: dabeaz/ply#282
The text was updated successfully, but these errors were encountered: