appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 65 forks source link

Python 3.9 is missing from Ubuntu images #3832

Closed pavel-kirienko closed 2 years ago

pavel-kirienko commented 2 years ago

A workflow that used to work well for years recently started failing for Python 3.9 specifically (while working fine for other configurations) referring to missing Python version. Here's an example:

image

The workflow file is pretty standard: https://github.com/OpenCyphal/pycyphal/blob/master/.appveyor.yml

FeodorFitsner commented 2 years ago

Looking into that. Thanks for letting know!

FeodorFitsner commented 2 years ago

It should be fixed now - please give it another try.

pavel-kirienko commented 2 years ago

Yes, it is working now. Thank you. Can you share a few words about the cause and if similar issues should be expected in the future?

FeodorFitsner commented 2 years ago

Python 3.9 has failed to build on Ubuntu 20.04 image during its bake in the first place.