-
Notifications
You must be signed in to change notification settings - Fork 7
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
Restore CI testing for Python >= 3.8 or drop older Python versions? #129
Comments
So far I always supported the last three Python versions. |
Hofer-Julian
added a commit
that referenced
this issue
Mar 6, 2024
Hofer-Julian
added a commit
that referenced
this issue
Mar 6, 2024
Also add 3.9 back to CI Fixes #129
Hofer-Julian
added a commit
that referenced
this issue
Mar 6, 2024
Also add 3.9 back to CI Fixes #129
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CI testing for Python 3.8 and 3.9 was removed via f879240 even though this project should support python>=3.8. This lets breaking changes like #128 slip in. (The issue is only related to Python 3.8, and is a typing discrepancy related to
PathLike[Any]
vsPathLike
). Some choices are:I don't have any strong preference, so I'll let @Hofer-Julian weigh in.
The text was updated successfully, but these errors were encountered: