We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643b4bd commit 97678d1Copy full SHA for 97678d1
.github/workflows/tests.yml
@@ -11,6 +11,7 @@ jobs:
11
python-version:
12
- "3.10"
13
- "3.11"
14
+ - "3.12"
15
16
steps:
17
- uses: actions/checkout@v4
tox.ini
@@ -1,12 +1,13 @@
1
[tox]
2
-envlist = py{310,311}
+envlist = py{310,311,312}
3
skip_missing_interpreters = True
4
skipsdist = True
5
6
[gh-actions]
7
python =
8
3.10: py310
9
3.11: py311
10
+ 3.12: py312
[testenv]
changedir = tests
0 commit comments