Python 3.9 support
laike9m opened this issue · 5 comments
laike9m commented
It seems azure pipeline has added support for Python 3.9 (not 100% sure), so opening an issue here as well.
gaborbernat commented
Addressed with 5618f96
gaborbernat commented
Well, we added support for it, but seems Azure is still lacking compared to Github Actions:
Versions in /opt/hostedtoolcache:
2.7.18 (x64)
3.5.10 (x64)
3.6.12 (x64)
3.7.9 (x64)
3.8.6 (x64)
If this is a Microsoft-hosted agent, check that this image supports side-by-side versions of Python at https://aka.ms/hosted-agent-software
laike9m commented
That's too bad...but thanks for the quick response
laike9m commented
gaborbernat commented
Addressed 30f07f8