Skip to content

Commit 1443481

Browse files
committed
ci: start testing Python 3.12-dev
1 parent 198eded commit 1443481

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

.github/workflows/test.yml

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
"windows-py39",
4444
"windows-py310",
4545
"windows-py311",
46+
"windows-py312",
4647

4748
"ubuntu-py37",
4849
"ubuntu-py37-pluggy",
@@ -51,12 +52,13 @@ jobs:
5152
"ubuntu-py39",
5253
"ubuntu-py310",
5354
"ubuntu-py311",
55+
"ubuntu-py312",
5456
"ubuntu-pypy3",
5557

5658
"macos-py37",
57-
"macos-py38",
5859
"macos-py39",
5960
"macos-py310",
61+
"macos-py312",
6062

6163
"docs",
6264
"doctesting",
@@ -86,9 +88,13 @@ jobs:
8688
os: windows-latest
8789
tox_env: "py310-xdist"
8890
- name: "windows-py311"
89-
python: "3.11-dev"
91+
python: "3.11"
9092
os: windows-latest
9193
tox_env: "py311"
94+
- name: "windows-py312"
95+
python: "3.12-dev"
96+
os: windows-latest
97+
tox_env: "py312"
9298

9399
- name: "ubuntu-py37"
94100
python: "3.7"
@@ -116,10 +122,15 @@ jobs:
116122
os: ubuntu-latest
117123
tox_env: "py310-xdist"
118124
- name: "ubuntu-py311"
119-
python: "3.11-dev"
125+
python: "3.11"
120126
os: ubuntu-latest
121127
tox_env: "py311"
122128
use_coverage: true
129+
- name: "ubuntu-py312"
130+
python: "3.12-dev"
131+
os: ubuntu-latest
132+
tox_env: "py312"
133+
use_coverage: true
123134
- name: "ubuntu-pypy3"
124135
python: "pypy-3.7"
125136
os: ubuntu-latest
@@ -129,19 +140,19 @@ jobs:
129140
python: "3.7"
130141
os: macos-latest
131142
tox_env: "py37-xdist"
132-
- name: "macos-py38"
133-
python: "3.8"
134-
os: macos-latest
135-
tox_env: "py38-xdist"
136-
use_coverage: true
137143
- name: "macos-py39"
138144
python: "3.9"
139145
os: macos-latest
140146
tox_env: "py39-xdist"
147+
use_coverage: true
141148
- name: "macos-py310"
142149
python: "3.10"
143150
os: macos-latest
144151
tox_env: "py310-xdist"
152+
- name: "macos-py312"
153+
python: "3.12-dev"
154+
os: macos-latest
155+
tox_env: "py312-xdist"
145156

146157
- name: "plugins"
147158
python: "3.9"

0 commit comments

Comments
 (0)