Skip to content

Commit f264195

Browse files
authored
Merge pull request #1850 from PyCQA/312-test
add 3.12 to ci matrix
2 parents 579f9f6 + acca35b commit f264195

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- os: ubuntu-latest
2828
python: '3.11'
2929
toxenv: py
30+
- os: ubuntu-latest
31+
python: '3.12-dev'
32+
toxenv: py
3033
# windows
3134
- os: windows-latest
3235
python: 3.8

0 commit comments

Comments
 (0)