-
Notifications
You must be signed in to change notification settings - Fork 4
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
build: Add Python 3.12 support #536
Conversation
build: Update used cuda Version to 12.1 build: Update PyTorch to Version 2.2 build: Update TorchVision to Version 0.17
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #536 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 50 50
Lines 2831 2831
=========================================
Hits 2831 2831 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent, thank you. poetry-with-codecov (3.12)
is now also a required check again.
@lars-reimann May I request a release of the library, to update the runner to be able to use python 3.12 again? |
Sure, it should be done in a few minutes. |
🎉 This PR is included in version 0.18.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
- restore python 3.12 support, as library now re-enabled support (Safe-DS/Library#536)
Summary of Changes
Add Python 3.12 support
Update used cuda Version to 12.1
Update PyTorch to Version 2.2
Update TorchVision to Version 0.17