-
Notifications
You must be signed in to change notification settings - Fork 195
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.0-rc.1 to CI in prep for real 3.13 release #3600
Conversation
This fails on
|
…op but happened in 3.8 and 3.12 CI
…config, when really we should be using fresh_config always
@AymenFJA and @andre-merzky - radical pilot is failing import with Python 3.13 release candidate 1, in our CI. I think this is a general radical pilot problem, not specific to the parsl/radical integration.
This method disappeared in python/cpython@74723e1 cc parsl issue #2343 which is a general tracker for this kind of fork related issue. |
Thanks @benclifford , I'll have a look at this ASAP. |
Yes, some monkeypatch we do on logging is not needed anymore, thanks for the ping! This will be fixed in the next release. How urgent is that for you @benclifford? |
Ideally, Parsl would work with Python 3.13 on release day, 2024-10-01, https://peps.python.org/pep-0719/ but that is not a hard requirement, and right now |
re greenlet, python-greenlet/greenlet#396 was merged a few hours ago, so next step there would be watching it propagate into releases |
superceded by #3646 |
This usually flushes out various incompatibilities in both parsl and dependencies - which I'll hack out of the tests in order to find the next set of breakage.
Type of change