Skip to content

Commit b1a69c6

Browse files
authored
Add 3.12 support (#352)
1 parent 11e057d commit b1a69c6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
py:
21+
- "3.12.0-alpha.7"
2122
- "3.11"
2223
- "3.10"
2324
- "3.9"

tox.ini

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ requires =
33
tox>=4.2
44
env_list =
55
fix
6+
py312
67
py311
78
py310
89
py39
@@ -41,6 +42,11 @@ deps =
4142
commands =
4243
pre-commit run --all-files --show-diff-on-failure
4344

45+
[testenv:py312]
46+
set_env =
47+
{[testenv]set_env}
48+
VIRTUALENV_SETUPTOOLS = bundle
49+
4450
[testenv:type]
4551
description = run type check on code base
4652
deps =

0 commit comments

Comments
 (0)