-
Notifications
You must be signed in to change notification settings - Fork 315
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 #5408
Support python 3.12 #5408
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5408 +/- ##
==========================================
+ Coverage 67.36% 68.37% +1.00%
==========================================
Files 342 342
Lines 30029 30029
==========================================
+ Hits 20230 20533 +303
+ Misses 9799 9496 -303 |
Currently blocked on zhinst not being avilable. We could skip typechecking against that for 3.12 |
577c621
to
e2e6267
Compare
Building the docs fails with 3.12 this is due to wrapt not yet supporting 3.12 in a release version 1.16.0rc1 is out which seems to work. This can be reproduced in ipython where the full name generation of ConnectionPlus fails.
|
41d25f7
to
46f3d7f
Compare
46f3d7f
to
e40e367
Compare
7b71df5
to
1c893bf
Compare
1c893bf
to
4c44956
Compare
@astafan8 wrapt 1.16.0 is released so this is ready for review |
Skip zhinst type checking until zhinst is released for 3.12Supported in 23.10 release