Remove 2.7 from CI

This commit is contained in:
Thom Smith 2021-09-02 16:45:48 -04:00 committed by Tina Müller
parent f20947ae25
commit f5bd5607ef
3 changed files with 0 additions and 6 deletions

View File

@ -14,8 +14,6 @@ environment:
PYYAML_TEST_GROUP: all
# matrix:
# - PYTHON_VER: Python27
# - PYTHON_VER: Python27-x64
# - PYTHON_VER: Python35
# - PYTHON_VER: Python35-x64
# - PYTHON_VER: Python36

View File

@ -118,7 +118,6 @@ jobs:
strategy:
matrix:
cfg:
- { platform: manylinux1, arch: x86_64, python_tag: cp27-cp27mu }
- { platform: manylinux1, arch: x86_64, python_tag: cp36-cp36m }
- { platform: manylinux1, arch: x86_64, python_tag: cp37-cp37m }
- { platform: manylinux1, arch: x86_64, python_tag: cp38-cp38 }
@ -217,7 +216,6 @@ jobs:
arch:
- x86_64
python_tag:
- cp27*
- cp36*
- cp37*
- cp38*

View File

@ -117,8 +117,6 @@ Function Upload-Artifacts() {
Bootstrap
$pythons = @(
"C:\Python27"
"C:\Python27-x64"
"C:\Python36"
"C:\Python36-x64"
"C:\Python37"