Python 3.7 availability

Labrys of Knossos's Avatar

Labrys of Knossos

29 Jun, 2018 01:47 AM

Now that Python 3.7 is released, when will AppVeyor have it pre-installed?

  1. Support Staff 1 Posted by Feodor Fitsner on 29 Jun, 2018 02:31 AM

    Feodor Fitsner's Avatar

    It's scheduled for the next images update: https://github.com/appveyor/ci/issues/2475

  2. 2 Posted by Robin Becker on 03 Jul, 2018 02:48 PM

    Robin Becker's Avatar

    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?

  3. Support Staff 3 Posted by Feodor Fitsner on 03 Jul, 2018 07:49 PM

    Feodor Fitsner's Avatar

    Yes, Python 3.7 will be installed to:

    C:\Python37
    C:\Python37-x64
    
  4. 4 Posted by Robin Becker on 04 Jul, 2018 08:41 AM

    Robin Becker's Avatar

    ......
    thanks

    --
    Robin Becker

  5. Owen McDonnell closed this discussion on 27 Aug, 2018 06:40 PM.

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