From 7cb3e2b1479f68c9216c8733483b8289e9b8f4c1 Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Sun, 6 Aug 2023 15:11:35 -0400 Subject: [PATCH] Add py312 to tox.ini --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7a38ee4a8..d9b1e36d4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{38,39,310,311,py}, docs +envlist = py{38,39,310,311,312,py}, docs [pytest] testpaths = kafka test @@ -12,6 +12,7 @@ python = 3.9: py39 3.10: py310 3.11: py311 + 3.12: py312 pypy-3.9: pypy [testenv]