tox-dev / azure-pipelines-template

template for your azure pipelines
24 stars 16 forks source link

Python 3.9 support #8

Closed laike9m closed 4 years ago

laike9m commented 4 years ago

It seems azure pipeline has added support for Python 3.9 (not 100% sure), so opening an issue here as well.

https://github.com/actions/virtual-environments/issues/1740

gaborbernat commented 4 years ago

Addressed with https://github.com/tox-dev/azure-pipelines-template/commit/5618f964105f05885e22edf82e60f2429aa41bd9

gaborbernat commented 4 years ago

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 4 years ago

That's too bad...but thanks for the quick response

laike9m commented 4 years ago

Can we reopen this? According to this and this, Python 3.9 should already be supported on Windows and Mac.

gaborbernat commented 4 years ago

Addressed https://github.com/tox-dev/azure-pipelines-template/commit/30f07f8d24f708e3e0837ec4d0796666822e76a6