summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom Smith <thom@thomthesmith.com>2021-09-02 16:45:48 -0400
committerTina Müller <cpan2@tinita.de>2021-09-22 15:52:05 +0200
commitf5bd5607ef1df4447f4795644f1839a7d1c78587 (patch)
tree940a2c935f37271a9305b80feeb6f92b9e63c693
parentf20947ae251fd1a7f21ad40f9423fa4c0e167fd4 (diff)
downloadpyyaml-git-f5bd5607ef1df4447f4795644f1839a7d1c78587.tar.gz
Remove 2.7 from CI
-rw-r--r--.appveyor.yml2
-rw-r--r--.github/workflows/ci.yaml2
-rw-r--r--packaging/build/appveyor.ps12
3 files changed, 0 insertions, 6 deletions
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"