girder / large_image_wheels

manylinux wheel files for girder/large_image dependencies
https://girder.github.io/large_image_wheels
Apache License 2.0
9 stars 3 forks source link

Add Python 3.11 wheels #31

Closed EwoutH closed 1 year ago

EwoutH commented 1 year ago

Python 3.11 is now in release candidate phase and will be released in two weeks. Support is ramping up, both in the scientific suite (with NumPy, Pandas, SciPy, Matplotlib and Seaborn already supporting 3.11, among others), as well in the geospatial suite (with Shapely CI is passing and Fiona working on it). It would be great if large_image_wheels could provide wheels for Python 3.11!

manthey commented 1 year ago

Yes. I should have noticed that numpy started publishing 3.11 wheels in August, which is the necessary antecedent to making these wheels. I'll push 3.11 wheels soon and they should be available in a few hours.

EwoutH commented 1 year ago

Thanks for the quick response, that's awesome!

Especially GDAL is always a hassle, so having a modern GDAL version compiled with an ABI compatible Python 3.11 release is a great asset.

EwoutH commented 1 year ago

Looks like the CI didn't pass, did it?

manthey commented 1 year ago

GitHub pages is being more restrictive than it used to be -- it now fails when trying to publish in the current technique. It'll take a little bit for me to refactor the deployment to make it update.

manthey commented 1 year ago

They should be present now.

EwoutH commented 1 year ago

Yes, thanks a lot!