summaryrefslogtreecommitdiff
path: root/.github/workflows/codeqa-test.yml
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-11-29 00:46:11 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-11-29 00:48:36 +0200
commit7fa7dc147dd397784b2ebc8af82a91b05524c003 (patch)
tree53105ce475f043ab1bbe015f2869a1451c96fd4e /.github/workflows/codeqa-test.yml
parentfc3b8664c4955371e23402f23e42cbd7fb8187fc (diff)
downloadwheel-git-7fa7dc147dd397784b2ebc8af82a91b05524c003.tar.gz
Tests CPython with only 2.7, 3.6 and 3.9
3.5 has reached its EOL.
Diffstat (limited to '.github/workflows/codeqa-test.yml')
-rw-r--r--.github/workflows/codeqa-test.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml
index 39784e5..16296e4 100644
--- a/.github/workflows/codeqa-test.yml
+++ b/.github/workflows/codeqa-test.yml
@@ -21,12 +21,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- python-version: [2.7, 3.5, 3.6, 3.8, 3.9, pypy2, pypy3]
+ python-version: [2.7, 3.6, 3.9, pypy2, pypy3]
exclude:
- - os: ubuntu-latest
- python-version: 3.6
- - os: macos-latest
- python-version: 3.6
- os: macos-latest
python-version: pypy2
- os: macos-latest
@@ -34,8 +30,6 @@ jobs:
- os: windows-latest
python-version: 2.7
- os: windows-latest
- python-version: 3.5
- - os: windows-latest
python-version: pypy2
- os: windows-latest
python-version: pypy3