From 75c3edf0dc7639b5d41ed7d70702aa35fddea2cd Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Tue, 10 Oct 2023 11:16:14 -0700 Subject: [PATCH] tox.ini: Remove py312 It seems tox doesn't support it yet. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2f5849ec..4863cc1c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{312,311,310,39,38,py3} + py{311,310,39,38,py3} docs mypy skip_missing_interpreters = True