-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.10 32bit missing in cloud machines #4400
Comments
Hi @FrancescElies! |
@FrancescElies the changes are merged and will be deployed next week. |
Closing 😄 |
@FrancescElies I would prefer to leave this open until the images are deployed if you don't mind |
@FrancescElies the images have been deployed! |
Description
All python versions have 32 bit except 3.10, see here.
We still have a private project where we test a 32 bit dll on windows, this means if we want to upgrade python we can't use the cloud without installing python 3.10 32 its ourselves.
Before going into the details on why we don't upgrade to 64bit, let's say that we test a dll that will run on embedded 32bit arch on windows via python.
Furthermore we need other packages too, like numpy.
Numpy seems not to provide any 32 wheels anymore, but they seem to have tested things on 32bit arch for python3.9-32bits, but they do not provide wheels for python3.10-32bit. Might be the reason for them to drop support py310-32bit because python3.10-32bit on azure cloud is missing?
Of course there are workarounds to all this, see stackoverflow question but we would be happy if those packages
This seems to have been an intentional decision, but could we reconsider? Python provides a 32bit installer 😄
Virtual environments affected
Image version and build link
virtual-environments/Windows2019-Readme.md at main · actions/virtual-environments
Is it regression?
No response
Expected behavior
No response
Actual behavior
No response
Repro steps
Any job, has no py310-32bit
The text was updated successfully, but these errors were encountered: