Python 3.7 availability
Now that Python 3.7 is released, when will AppVeyor have it pre-installed?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 29 Jun, 2018 02:31 AM
It's scheduled for the next images update: https://github.com/appveyor/ci/issues/2475
2 Posted by Robin Becker on 03 Jul, 2018 02:48 PM
Hi, I've been checking for python 3 7 using
cmd if not exist C:\Python%PYTHON%\python.exe ( echo "!!!!!!!!!!!!!!!!!!!!!!! C:\Python%PYTHON%\python.exe not found" && exit 1 )
but that will still fail if Python-3.7 is installed in a new non-standard location. Is this test likely to work correctly after the images update?
Support Staff 3 Posted by Feodor Fitsner on 03 Jul, 2018 07:49 PM
Yes, Python 3.7 will be installed to:
4 Posted by Robin Becker on 04 Jul, 2018 08:41 AM
......
thanks
--
Robin Becker
Owen McDonnell closed this discussion on 27 Aug, 2018 06:40 PM.