Open susmitamane opened 1 month ago
Did this change get rolled out 10 days earlier for some reason?
Does this only affect the versions in the images? Can we still install Python < 3.11 using actions/setup-python?
As per the repo policy , we are removing Python < 3.11 from arm64 runners.
Please could you point out which bit of the policy applies? The linked anchor says you build < 3.11 and use the official installer for >= 3.11.
The next section is the support policy, which says non-EOL versions are supported (which are 3.9+).
Thank you!
Did this change get rolled out 10 days earlier for some reason?
I went ahead and reproduced this based on intermittently hitting it myself. 30x runs each for each of Intel/ARM and Python 3.9/3.10/3.11/3.12 https://github.com/Chia-Network/chia-blockchain/actions/runs/11745259139/job/32723484446?pr=18844 But, I'm not really sure the right place to report it.
Did this change get rolled out 10 days earlier for some reason?
The error message is an SSL failure. Could it be related to https://github.com/actions/runner-images/issues/10817?
Breaking changes
Target date
Image deployment will start on November 25, 2024 and will take 2-3 days.
The motivation for the changes
We use python-versions as a source for Python binaries. As per the repo policy , we are removing Python < 3.11 from arm64 runners.
Possible impact
Platforms affected
Runner images affected
Mitigation ways
Please consider using Python version >=3.11 in your workflows.