From b1f173a3d1fe94cb972dbf8f280817e0ad9a057e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Fri, 28 Apr 2023 14:22:12 -0700 Subject: [PATCH] Add 3.12 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Committed via https://github.com/asottile/all-repos Signed-off-by: Bernát Gábor --- .github/workflows/check.yml | 1 + tox.ini | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 00dcb3ed..c0881035 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,6 +18,7 @@ jobs: fail-fast: false matrix: py: + - "3.12.0-alpha.7" - "3.11" - "3.10" - "3.9" diff --git a/tox.ini b/tox.ini index 7b165292..6777c399 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ requires = tox>=4.2 env_list = fix + py312 py311 py310 py39 @@ -41,6 +42,11 @@ deps = commands = pre-commit run --all-files --show-diff-on-failure +[testenv:py312] +set_env = + {[testenv]set_env} + VIRTUALENV_SETUPTOOLS = bundle + [testenv:type] description = run type check on code base deps =