-
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
[INFRA] Expanding supported Python versions #101
Conversation
The two errors for 3.13 are from our fugw dependency :
And the full traceback for one of these errors :
|
PyTorch stable releases do not yet support Py3.13 ; you can find their intended Py3.13 support matrix here (with some discussion) : pytorch/pytorch#130249 It looks like full support is planned for release 2.6 I see our options as :
I'm leaning towards not supporting 3.13 and letting fugw upgrading its support on its own timeline, which we can then follow. Since 3.13 is quite new, I don't think it will be a huge hindrance if we hold off on support for a bit longer. WDYT ? |
Not supporting 3.13 for now is fine IMHO |
Co-authored-by: Pierre-Louis Barbarant <[email protected]>
Addresses #93
Tests py3.13 support