-
Notifications
You must be signed in to change notification settings - Fork 12
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
Replace lib2to3 with fissix #16
Comments
This would be the end of #4 |
Using fissix would require us to drop support for py34 and py35 but since the are EOL I think taht would be okay? |
3.4 already dropped. Dropping 3.5 fine too. |
However, from the
This indicates that lib2to3, or fissix, may not be able to parse some Python code, starting with Python 3.10. Although it is likely that in the context of tests, this will not be an issue for another while. I will leave this issue open until 3.13 removes it. But most likely, it will simply be necessary to use 3.12 or earlier: the version of python used to run the conversion script is independent of the version used to run a user's test suite with pytest and even moreso to run the user's app being tested by the test suite. So I will likely close this issue. Let me know if I'm missing anything. |
I believe this issue can be closed. |
https://github.com/jreese/fissix is a maintained library derived from lib2to3.
https://github.com/PyCQA/modernize recently switched to using fissix.
The text was updated successfully, but these errors were encountered: