-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add Python 3.13 support and drop Python 3.8 support #541
Add Python 3.13 support and drop Python 3.8 support #541
Conversation
2d98217
to
3f3184b
Compare
3f3184b
to
f13debd
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #541 +/- ##
==========================================
- Coverage 88.95% 85.65% -3.31%
==========================================
Files 20 20
Lines 1585 1582 -3
==========================================
- Hits 1410 1355 -55
- Misses 175 227 +52 ☔ View full report in Codecov by Sentry. |
Ready for review. Trivial PR after we dropped dwave-drivers. Tagging @JoelPasvolsky for his input on doctests updated for numpy 2. |
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.
Thank you!
3ee2108
to
2c12f63
Compare
Note:VirtualGraphComposite
tests are expected to fail on 3.13 until we either upgrade dwave-drivers to support numpy2 (required by py313), or we drop dwave-drivers (as they're already deprecated).Rebase after Soft-removeVirtualGraphComposite
and its dependencies #543 is merged.