-
Notifications
You must be signed in to change notification settings - Fork 55
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
Literals not parsing correctly in python 3.9 #259
Comments
Okay I found a mitigation:
It seems like its |
This PR is the reason: python/typing_extensions#148 |
Oh this is really interesting stuff! Did this issue appear suddenly lately? Is there perhaps something I could be doing differently in simple-parsing? IIRC I'm using |
This issue also causes
|
Signed-off-by: Fabrice Normandin <[email protected]>
Signed-off-by: Fabrice Normandin <[email protected]>
Signed-off-by: Fabrice Normandin <[email protected]>
Describe the bug
Literals
appear to be broken in python 3.9. Valid inputs are not recognized as valid during parsing. Interestingly, I do not appear to have this issue in python 3.10To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Actual behavior
A clear and concise description of what is happening.
Desktop (please complete the following information):
Additional context
I am not encountering this bug in python 3.10 it only appears to be causing my python 3.9 CI to fail.
Complete pip freeze
The text was updated successfully, but these errors were encountered: