Skip to content

Commit 97678d1

Browse files
committed
add python 3.12 to tests
1 parent 643b4bd commit 97678d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
python-version:
1212
- "3.10"
1313
- "3.11"
14+
- "3.12"
1415

1516
steps:
1617
- uses: actions/checkout@v4

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[tox]
2-
envlist = py{310,311}
2+
envlist = py{310,311,312}
33
skip_missing_interpreters = True
44
skipsdist = True
55

66
[gh-actions]
77
python =
88
3.10: py310
99
3.11: py311
10+
3.12: py312
1011

1112
[testenv]
1213
changedir = tests

0 commit comments

Comments
 (0)