-
Notifications
You must be signed in to change notification settings - Fork 92
Remove Python 3.9 add Python 3.14 #669
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
Conversation
Code Coverage SummaryResults for commit: df4ea64 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
|
Thanks @GiovanniCanali! I added a small checklist to complete before merging |
|
Hi @dario-coscia, @FilippoOlivo, |
|
I would personally suggest adopting the most restrictive policy regarding Python versions: ensure compatibility only with the lowest Python version that is still supported by all dependencies. In this case, since PyG has dropped support for Python 3.9, I recommend removing Python 3.9 support from PINA as well.
|
Description
This PR fixes #668
See: https://devguide.python.org/versions/#versions
--> Written by: @dario-coscia
Regarding Dependencies, here the current situation:
Checklist