computationalmodelling / nbval

A py.test plugin to validate Jupyter notebooks
Other
438 stars 50 forks source link

Add Python 3.9 to Appveyor #159

Closed gliptak closed 3 years ago

gliptak commented 3 years ago

https://github.com/appveyor/ci/issues/3541

takluyver commented 3 years ago

Looks like the Python 3.9 build is actually running Python 2.7. From the Appveyor issue you linked, it looks like one needs to specify a newer VM image to get Python 3.9.

gliptak commented 3 years ago

@takluyver updated

https://www.appveyor.com/docs/windows-images-software/#python

vidartf commented 3 years ago

Thanks!