conda-forge / matplotlib-feedstock

A conda-smithy repository for matplotlib.
BSD 3-Clause "New" or "Revised" License
22 stars 57 forks source link

ENH: Support Python 3.11 #336

Closed larsoner closed 1 year ago

larsoner commented 1 year ago

Checklist

Just a naive attempt at adding 3.11 support via .ci_support/migrations. Feel free to close if you know it won't work or someone else is already working on this.

conda-forge-linter commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

larsoner commented 1 year ago

@conda-forge-admin, please restart ci

tacaswell commented 1 year ago

Segfaults in the py39 osx arm64 build 😱

/Users/runner/miniforge3/etc/profile.d/conda.sh: line 23:  5462 Segmentation fault: 11  ( "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" )

Given that the point here is to add py311 can we merge despite that issue?

jakirkham commented 1 year ago

The segfault is a known issue ( https://github.com/conda-forge/conda-forge.github.io/issues/1823 ) and usually goes away on restarting the job (though agree it needs work)

That said, only see 2 failures above from Python 3.11 jobs. Am I missing something?

Edit: Ah I see it is the Python 3.11 macOS job that had this issue. Also turns out one of the jobs shown as failing was actually still running and has since passed.

jakirkham commented 1 year ago

Restarting the failed job. Hopefully should it clear it up

larsoner commented 1 year ago

Green!