multi-build / multibuild

Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.
Other
241 stars 88 forks source link

Updated Python versions #513

Closed radarhere closed 1 year ago

radarhere commented 1 year ago

Python 3.12 has been released - https://www.python.org/downloads/release/python-3120/ Python 3.11.6 has also been released - https://www.python.org/downloads/release/python-3116/

mattip commented 1 year ago

Thanks. Should the older versions also get updated: 3.10.13, 3.9.18,, 3.8.18 or will those not be in the manylinux images?

radarhere commented 1 year ago

https://github.com/multi-build/multibuild/blob/3994299742e9c781d068cb016f8b2a37c73cd57b/osx_utils.sh#L13-L15

These are the latest versions with a binary download available. So https://www.python.org/ftp/python/3.10.11/ has a macos11.pkg, but https://www.python.org/ftp/python/3.10.13/ doesn't.

mattip commented 1 year ago

Thanks @radarhere