You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to get pre-release testing on 3.12 working across some repositories I work on. Matplotlib is currently a blocker for projects that have it as a mandatory dependency. With numpy 1.26.0b1 on PyPI, I suspect this is now doable?
Looking through the issue/PR list, this isn't obviously on the roadmap, so I'm hoping this is a nudge, not pestering.
Proposed solution
If it's just a matter of duplicating the following with cp312, I'm happy to submit a PR:
FYI there is now a ContourPy release candidate (1.1.1rc1) available on PyPI that includes wheels for Python 3.12.
I have also reinstated shipping win32 wheels as NumPy are intending to do so in the 1.26.0 release. I'll retroactively build them for the previous release (1.1.0) so that there isn't a gap without win32 wheels.
Problem
Trying to get pre-release testing on 3.12 working across some repositories I work on. Matplotlib is currently a blocker for projects that have it as a mandatory dependency. With numpy 1.26.0b1 on PyPI, I suspect this is now doable?
Looking through the issue/PR list, this isn't obviously on the roadmap, so I'm hoping this is a nudge, not pestering.
Proposed solution
If it's just a matter of duplicating the following with
cp312
, I'm happy to submit a PR:matplotlib/.github/workflows/cibuildwheel.yml
Lines 138 to 145 in 0b5940f
The text was updated successfully, but these errors were encountered: