multi-build / docker-images

BSD 2-Clause "Simplified" License
1 stars 9 forks source link

Python 3.10 support on arm64v8 #17

Closed asenyaev closed 3 years ago

asenyaev commented 3 years ago

@matthew-brett @mattip there is the old version of Python 3.10 in the image - Python 3.10.0a6, but the release happened. Could you build a new image and push it in the docker registry?

mattip commented 3 years ago

It looks like python3.10 landed in deadsnakes so this should be as simple as a rebuild.

asenyaev commented 3 years ago

Yes, I've just tried to build locally using your Dockerfile and there was Python 3.10.0 version, but in the current xenial image is Python 3.10.0a6 and in the focal is Python 3.10.0rc1.

asenyaev commented 3 years ago

The issue has been solved.

@mattip, thank you!