Skip to content

Commit 451b927

Browse files
committed
CI: Change range of python versions from 2.7-3.10 to 3.8-3.10
Since python no longer supports 2.7-3.7, we drop testing on these versions too. GHA no longer supports running on some of these versions.
1 parent c2d8e9d commit 451b927

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/test-release-candidate.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,12 @@ jobs:
5252
strategy:
5353
matrix:
5454
os: [ubuntu-latest, windows-latest]
55-
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
55+
python-version: ["3.8", "3.9", "3.10"]
5656
include:
57-
- os: ubuntu-latest
58-
python-version: "2.7"
5957
- os: macos-latest
60-
python-version: "3.5"
58+
python-version: "3.8"
6159
- os: macos-latest
62-
python-version: "3.9"
60+
python-version: "3.10"
6361
env:
6462
OS: ${{ matrix.os }}
6563
PYTHON: ${{ matrix.python-version }}

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
python-version: ["2.7", "3.5", "3.10"]
30+
python-version: ["3.8", "3.10"]
3131
include:
3232
- os: windows-latest
3333
python-version: "3.10"

0 commit comments

Comments
 (0)