-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Support python 3.12 and drop 3.9 #2066
Conversation
03e2656
to
ecc8f40
Compare
05a006b
to
6ccc50a
Compare
6ccc50a
to
df8c204
Compare
Looks like this is hung up on Qibo now. They are working on supporting 3.12 on their end: qiboteam/qibojit#170 |
df8c204
to
36b01c7
Compare
After rebasing and setting up the mitiq env with python 3.12, Hence, we are moving forward with "just" dropping python 3.9 and adding tested support for 3.12. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2066 +/- ##
=======================================
Coverage 98.32% 98.32%
=======================================
Files 87 87
Lines 4048 4048
=======================================
Hits 3980 3980
Misses 68 68 ☔ 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.
LGTM 🚢🚢
When you merge it, please make sure the main commit message mentions dropping 3.9
good idea. changed PR title to more accurately reflect that (and subsequently the merge commit). |
* add python 3.12 to CI * use python 3.12 on RTD * remove python 3.9 support/tests
Description
Add support for python 3.12, drop support for python 3.9.
Fixes #2395
Fixes #2215