-
Notifications
You must be signed in to change notification settings - Fork 26
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.12 to CI now that p4p is updated #655
Conversation
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.
If we're supporting 3.12 add it to the pyproject.toml too
Good work getting this over the line 🥳
The tests are failing because of a |
742b980
to
743cdb2
Compare
@evalott100 I think this is coming from the "detect pending tasks" fixture, would you mind taking a look please? |
3a3db72
to
b6c2cda
Compare
Taking this over. |
5e4ffd0
to
338e5cc
Compare
66ae060
to
5837a68
Compare
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.
Looks good from my side, but as I'm not as involved in ophyd-async consider this advisory only
e68a173
to
ad985e7
Compare
ad985e7
to
16b4a7b
Compare
16b4a7b
to
5bd28db
Compare
@DiamondJoseph Tango supporting 3.12 is a much larger issue. For now we should skip it. #681 |
This will go in a seperate issue #681
5bd28db
to
44fdf00
Compare
This reverts commit 4ee4eb1.
I noticed Python 3.12 never got added to the CI after support for it in
p4p
got released.