diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-02 10:53:17 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-02 11:23:35 -0500 |
| commit | a46a6bfd903ecc292fc3645c37c1b72781528095 (patch) | |
| tree | 3bf3caac8a4c628a8f67f895e5e3c3743052f188 /appveyor.yml | |
| parent | 7e97def47723303fafabe48b22168bbc11bb4821 (diff) | |
| download | external_python_setuptools-a46a6bfd903ecc292fc3645c37c1b72781528095.tar.gz external_python_setuptools-a46a6bfd903ecc292fc3645c37c1b72781528095.tar.bz2 external_python_setuptools-a46a6bfd903ecc292fc3645c37c1b72781528095.zip | |
Require Python 3.5 or later, dropping support for Python 2.
This change does not yet remove any of the compatibility for Python 2, but only aims to declare the dropped support.
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 08818069..fc65a9a7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,8 +9,8 @@ environment: matrix: - APPVEYOR_JOB_NAME: "python36-x64" PYTHON: "C:\\Python36-x64" - - APPVEYOR_JOB_NAME: "python27-x64" - PYTHON: "C:\\Python27-x64" + - APPVEYOR_JOB_NAME: "python37-x64" + PYTHON: "C:\\Python37-x64" install: # symlink python from a directory with a space |
