summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/coverage.yml10
-rw-r--r--.github/workflows/kit.yml5
-rw-r--r--.github/workflows/testsuite.yml10
3 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index eab835fd..2db830d5 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -30,8 +30,6 @@ jobs:
python-version:
# When changing this list, be sure to check the [gh-actions] list in
# tox.ini so that tox will run properly.
- - "2.7"
- - "3.5"
- "3.9"
- "3.10.0-alpha.7"
- "pypy3"
@@ -39,9 +37,6 @@ jobs:
# Windows PyPy doesn't seem to work?
- os: windows-latest
python-version: "pypy3"
- # Microsoft removed vcpython27, so we can't do Windows 2.7
- - os: windows-latest
- python-version: "2.7"
# If one job fails, stop the whole thing.
fail-fast: true
@@ -56,11 +51,6 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"
- - name: "Install Visual C++ if needed"
- if: runner.os == 'Windows' && matrix.python-version == '2.7'
- run: |
- choco install vcpython27 -f -y
-
- name: "Install dependencies"
run: |
set -xe
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index c93812d1..d8baaaee 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -42,11 +42,6 @@ jobs:
run: |
python -m pip install -c requirements/pins.pip cibuildwheel
- - name: "Install Visual C++ for Python 2.7"
- if: runner.os == 'Windows'
- run: |
- choco install vcpython27 -f -y
-
- name: "Build wheels"
env:
# Don't build wheels for PyPy.
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 115ce80b..94748db4 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -26,8 +26,6 @@ jobs:
python-version:
# When changing this list, be sure to check the [gh-actions] list in
# tox.ini so that tox will run properly.
- - "2.7"
- - "3.5"
- "3.6"
- "3.7"
- "3.8"
@@ -38,9 +36,6 @@ jobs:
# Windows PyPy doesn't seem to work?
- os: windows-latest
python-version: "pypy3"
- # Microsoft removed vcpython27, so we can't do Windows 2.7
- - os: windows-latest
- python-version: "2.7"
fail-fast: false
steps:
@@ -52,11 +47,6 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"
- - name: "Install Visual C++ if needed"
- if: runner.os == 'Windows' && matrix.python-version == '2.7'
- run: |
- choco install vcpython27 -f -y
-
- name: "Install dependencies"
run: |
set -xe