diff options
| author | Michael Merickel <michael@merickel.org> | 2019-12-15 20:24:56 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2019-12-15 20:59:51 -0600 |
| commit | 5e7f4e10f45e78afe04e18c9f904aebff2d9d6b4 (patch) | |
| tree | 01047237f03863b1bd8f91bf610414ea4b648c5d /appveyor.yml | |
| parent | c6340737a4826d4073f0cfa7951dccf42d0cbfcf (diff) | |
| download | pyramid-5e7f4e10f45e78afe04e18c9f904aebff2d9d6b4.tar.gz pyramid-5e7f4e10f45e78afe04e18c9f904aebff2d9d6b4.tar.bz2 pyramid-5e7f4e10f45e78afe04e18c9f904aebff2d9d6b4.zip | |
set the minimum supported version at py36
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml index a9bcd40f1..d0d22146d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,13 +1,11 @@ environment: matrix: - - PYTHON: "C:\\Python37" - TOXENV: "py37" - PYTHON: "C:\\Python36" TOXENV: "py36" - - PYTHON: "C:\\Python35" - TOXENV: "py35" - - PYTHON: "C:\\Python34" - TOXENV: "py34" + - PYTHON: "C:\\Python37" + TOXENV: "py37" + - PYTHON: "C:\\Python38" + TOXENV: "py38" cache: - '%LOCALAPPDATA%\pip\Cache' |
