From c67c00717af8ef67793d31869fd67761bef9f631 Mon Sep 17 00:00:00 2001 From: shreejad <59456116+shreejad@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:40:27 -0700 Subject: [PATCH] Update tox.ini Add Python 3.12 to testing matrix. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5fa6fc1..07b6e18 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ python_files = test*.py *_test.py *_unittest.py [tox] -envlist = py{37,38,39,310,311} +envlist = py{37,38,39,310,311,312} [testenv] setenv =