diff --git a/.appveyor.yml b/.appveyor.yml index fbc41c3..dbd9dc3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5454149..777839c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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* diff --git a/packaging/build/appveyor.ps1 b/packaging/build/appveyor.ps1 index d4cc6cf..140f36f 100644 --- a/packaging/build/appveyor.ps1 +++ b/packaging/build/appveyor.ps1 @@ -117,8 +117,6 @@ Function Upload-Artifacts() { Bootstrap $pythons = @( -"C:\Python27" -"C:\Python27-x64" "C:\Python36" "C:\Python36-x64" "C:\Python37"