Skip to content

Commit 4974754

Browse files
authored
Add 3.12 env, enable in GH workflow (#79)
1 parent 2c1f6b9 commit 4974754

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- 3.8
1616
- 3.9
1717
- "3.10"
18-
- "3.11-dev"
18+
- "3.11"
19+
- "3.12-dev"
1920
platform:
2021
- ubuntu-latest
2122
- macos-latest

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{311, 310, 39, 38, 37}
3+
py{312, 311, 310, 39, 38, 37}
44
isolated_build = true
55

66
[testenv]

0 commit comments

Comments
 (0)