Added Python 3.10 Linux jobs#217
Conversation
|
Thank you! For PyPy3/Linux: do we need to update if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
if [[ "$TRAVIS_OS_NAME" != "macos-latest" ]]; then
MB_ML_VER="2010"
DOCKER_TEST_IMAGE="multibuild/xenial_$PLAT"
else
MB_PYTHON_OSX_VER="10.9"
fi
fiAnd this is likely a longer term multibuild question and not immediately relevant here: should it use something newer than Trusty 14.04? |
|
https://github.com/pypa/manylinux
Since 2010 is EOL, updating to MB_ML_VER to 2014 seems like a good idea, sure. |
|
As has been said, there aren't focal docker images for 32-bit. Is dropping support for 32-bit Linux wheels something that we're interested in doing? At the very least, I didn't think that this PR was the right place for that. Regarding other options, there are some problems at the moment -
(edit: added in #218)
So this PR is the simplest option for the moment. |
|
The point of this PR is to add 3.10 for Linux, so agreed best to keep it simple and let's merge this. Thanks for trying that lot out. Dropping 32-bit: something to consider, download numbers are pretty low, but let's discuss it another time in the main repo. Thanks again! |
After matthew-brett/trusty#13 and matthew-brett/trusty#17, and updating multibuild to include https://github.com/matthew-brett/multibuild/pull/423 to change MB_ML_VER to 2014 as suggested in https://github.com/matthew-brett/multibuild/issues/421#issuecomment-898354903, this PR adds Python 3.10 jobs for Linux.