Skip to content

Commit f695b81

Browse files
committed
Only test with oldest and newest supported Python versions.
1 parent 2d21e82 commit f695b81

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,10 @@ jobs:
1212
include:
1313
- python-version: "3.7"
1414
os: "ubuntu-latest"
15-
tox-envs: "py37,py37-server620"
16-
- python-version: "3.8"
17-
os: "ubuntu-latest"
18-
tox-envs: "py38"
19-
- python-version: "3.9"
20-
os: "ubuntu-latest"
21-
tox-envs: "py39"
22-
- python-version: "3.10"
15+
tox-envs: "py37-server620"
16+
- python-version: "3.7"
2317
os: "ubuntu-latest"
24-
tox-envs: "py310"
18+
tox-envs: "py37"
2519
- python-version: "3.11"
2620
os: "ubuntu-latest"
2721
tox-envs: "py311"
@@ -58,16 +52,10 @@ jobs:
5852
include:
5953
- python-version: "3.7"
6054
os: "ubuntu-latest"
61-
tox-envs: "py37,py37-server620"
62-
- python-version: "3.8"
63-
os: "ubuntu-latest"
64-
tox-envs: "py38"
65-
- python-version: "3.9"
66-
os: "ubuntu-latest"
67-
tox-envs: "py39"
68-
- python-version: "3.10"
55+
tox-envs: "py37-server620"
56+
- python-version: "3.7"
6957
os: "ubuntu-latest"
70-
tox-envs: "py310"
58+
tox-envs: "py37"
7159
- python-version: "3.11"
7260
os: "ubuntu-latest"
7361
tox-envs: "py311"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py37{,-server620},py38,py39,py310,py311,pypy3
2+
envlist=py37{,-server620},py311,pypy3
33

44

55
[testenv]

0 commit comments

Comments
 (0)