-
Notifications
You must be signed in to change notification settings - Fork 1k
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
CI - add Python 3.12 tests to ci-daily #6605
CI - add Python 3.12 tests to ci-daily #6605
Conversation
Newer version of `coverage` does not output warning on `annotate`.
Rebase after bump-up-pytest is merged.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6605 +/- ##
==========================================
- Coverage 97.81% 97.81% -0.01%
==========================================
Files 1066 1066
Lines 91779 91779
==========================================
- Hits 89773 89772 -1
- Misses 2006 2007 +1 ☔ View full report in Codecov by Sentry. |
First minor releases that are compatible with Python 3.12: - ipykernel-6.28.0 - papermill-2.4.0
coverage-7.4.0 is the first minor release with restored annotate command.
notebook-7.1.0 is the first minor releases compatible with Python 3.12.
This is blocked by #6281 - |
CI daily is verified to pass for this PR at 0b647b1 - |
Run ci-daily tests with Python 3.12 in addition to 3.10 and 3.11. Also clean up dependency constraints that got unnecessary after quantumlib#6281. Follow-up to quantumlib#6460
Run ci-daily tests with Python 3.12 in addition to 3.10 and 3.11. Also clean up dependency constraints that got unnecessary after quantumlib#6281. Follow-up to quantumlib#6460
Run ci-daily tests with Python 3.12 in addition to 3.10 and 3.11.
Also clean up dependency constraints that got unnecessary after #6281.
Follow-up to #6460