Remove Python 3.9 add Python 3.14#669
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