From beb6438d49f06b615b7c132e525b7332b35be5e8 Mon Sep 17 00:00:00 2001 From: Patrick Roddy Date: Tue, 24 Oct 2023 14:22:30 +0100 Subject: [PATCH] Add missing `3.12` (#201) Sorry for the rant, but can you please search for `3.11`/`311` next time when you make a change? Can easily miss. Fixes #189, #194. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d106075..b93254a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,6 +76,7 @@ legacy_tox_ini = """ 3.9: py39 3.10: py310 3.11: py311 + 3.12: py312 [testenv] skip_install = true @@ -88,5 +89,5 @@ legacy_tox_ini = """ pytest {posargs} [tox] - env_list = py3{8,9,10,11} + env_list = py3{9,10,11,12} """