Skip to content

Commit

Permalink
Add 3.12 support
Browse files Browse the repository at this point in the history
Committed via https://github.com/asottile/all-repos

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed May 1, 2023
1 parent 11e057d commit ba39d55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Expand Up @@ -18,6 +18,7 @@ jobs:
fail-fast: false
matrix:
py:
- "3.12.0-alpha.7"
- "3.11"
- "3.10"
- "3.9"
Expand Down
6 changes: 6 additions & 0 deletions tox.ini
Expand Up @@ -3,6 +3,7 @@ requires =
tox>=4.2
env_list =
fix
py312
py311
py310
py39
Expand Down Expand Up @@ -41,6 +42,11 @@ deps =
commands =
pre-commit run --all-files --show-diff-on-failure

[testenv:py312]
set_env =
{[testenv:py312]set_env}
VIRTUALENV_SETUPTOOLS = bundle

[testenv:type]
description = run type check on code base
deps =
Expand Down

0 comments on commit ba39d55

Please sign in to comment.