-
-
Notifications
You must be signed in to change notification settings - Fork 68
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 python 3.11 #125
Comments
@mpkorstanje This is still a problem, also I can see pip pin to the old repo and it always gherkin-official 24.1.0 is it possible to fix it too? |
Cucumber is an opensource project, currently mostly run by mostly unpaid volunteers. We do not have a dedicated python maintainer and the other maintainers are somewhat lacking in either python knowledge, time and/or motivation to look at this. If you or any one else would benefit from this and would be willing to do the work, please hop onto Slack, |
Issue was resolved prior to November 2022. See #3. Likely a result of using an older version of the parser in combination with the fact that I understand the Python distribution was not being published for a period. Upgrading should resolve the issue for you both @qi55wyqu and @yurabysaha. gherkin/python/gherkin/token_scanner.py Line 22 in c645097
@yurabysaha, this is now resolved. |
Python 3.11 does not seem to be supported yet.
Python 3.10 shows a warning
DeprecationWarning: 'U' mode is deprecated
.Running
gherkin.parser.Parser().parse("test.feature")
under Python 3.11 results in aValueError
Output of pytest:
Environment:
It would be great if you could add support for Python 3.11. Thank you very much.
The text was updated successfully, but these errors were encountered: