We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e057d commit b1a69c6Copy full SHA for b1a69c6
.github/workflows/check.yml
@@ -18,6 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
py:
21
+ - "3.12.0-alpha.7"
22
- "3.11"
23
- "3.10"
24
- "3.9"
tox.ini
@@ -3,6 +3,7 @@ requires =
3
tox>=4.2
4
env_list =
5
fix
6
+ py312
7
py311
8
py310
9
py39
@@ -41,6 +42,11 @@ deps =
41
42
commands =
43
pre-commit run --all-files --show-diff-on-failure
44
45
+[testenv:py312]
46
+set_env =
47
+ {[testenv]set_env}
48
+ VIRTUALENV_SETUPTOOLS = bundle
49
+
50
[testenv:type]
51
description = run type check on code base
52
deps =
0 commit comments