CI Update pylatest-pip-openblas-pandas build to Python 3.11#29444
CI Update pylatest-pip-openblas-pandas build to Python 3.11#29444ogrisel merged 8 commits intoscikit-learn:mainfrom
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 coveragepy/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 coveragepy/coveragepy#1665. Setting
COVERAGE_CORE=sysmonmay be a way to speed that up on Python 3.12 which seems to do the trick: coveragepy/coveragepy#1665 (comment)