summaryrefslogtreecommitdiff
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
parentfc3b8664c4955371e23402f23e42cbd7fb8187fc (diff)
downloadwheel-git-7fa7dc147dd397784b2ebc8af82a91b05524c003.tar.gz
Tests CPython with only 2.7, 3.6 and 3.9
3.5 has reached its EOL.
-rw-r--r--.github/workflows/codeqa-test.yml8
-rw-r--r--docs/news.rst1
2 files changed, 2 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
diff --git a/docs/news.rst b/docs/news.rst
index 5402b92..81e0ded 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -3,6 +3,7 @@ Release Notes
**UNRELEASED**
+- Added official Python 3.9 support
- Updated vendored ``packaging`` library to v20.7
**0.35.1 (2020-08-14)**