Skip to content

Commit aeeb380

Browse files
committed
Drop 3.6 and 3.7 to support Matrix
I prefer to give this package a bit longer lifespan than the main project, since it's just data to be updated out-of-band, but for the 3.x series I think it will likely be pretty stable, and running these on CI just adds additional work.
1 parent 4cbaad2 commit aeeb380

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
12+
python-version: ["2.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1313
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1414
exclude:
1515
- python-version: "2.7"
@@ -18,13 +18,9 @@ jobs:
1818
os: "macos-latest"
1919
- python-version: "2.7"
2020
os: "ubuntu-latest"
21-
- python-version: "3.6"
22-
os: "ubuntu-latest"
2321
include:
2422
- python-version: "2.7"
2523
os: "ubuntu-20.04"
26-
- python-version: "3.6"
27-
os: "ubuntu-20.04"
2824
env:
2925
TOXENV: py
3026

0 commit comments

Comments
 (0)