-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
# for free
to join this conversation on GitHub.
Already have an account?
# 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: