From 98de8ecf46c04f2ce667477b15f625711163001b Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Wed, 8 May 2024 15:10:56 -0700 Subject: [PATCH] Add Python 3.12 to tox.ini (#276) --- wpiformat/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/wpiformat/tox.ini b/wpiformat/tox.ini index 739abd6..099e16e 100644 --- a/wpiformat/tox.ini +++ b/wpiformat/tox.ini @@ -5,6 +5,7 @@ env_list = py39 py310 py311 + py312 [testenv] deps = pytest