-
-
Notifications
You must be signed in to change notification settings - Fork 25.4k
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 Update pylatest-pip-openblas-pandas build to Python 3.11 #29444
Conversation
Summary for pylatest_pip_openblas_pandas_linux-64 CI timings:
Here are the details:
Other builds seem to run a lot faster without coverage e.g. the OSX ones. Right now here are the lock-files using Python 3.12:
|
Thanks for the analysis. Maybe we can update the CPython version pin comment to reference the upstream issue at python/cpython#107674 and use CPython 3.11 (instead of CPython 3.9) in the mean time. |
I have opened nedbat/coveragepy#1812 to see what they say. I'll update the lock-files to use Python 3.11. |
No idea why codecov status is pending, but that should not prevent this from being merged 😉 Edit: I triggered a build to have a fully green CI. |
Follow up on #29436 (comment).
There seems to be some consistent reports that coverage is slow on Python 3.12 nedbat/coveragepy#1665. Setting
COVERAGE_CORE=sysmon
may be a way to speed that up on Python 3.12 which seems to do the trick: nedbat/coveragepy#1665 (comment)