From fc2562d32c0b2ae7a55f56da8c06d3c80511f482 Mon Sep 17 00:00:00 2001 From: Akash Verma Date: Wed, 30 Oct 2024 15:03:48 -0700 Subject: [PATCH] Add Python 3.13 to tox (local run) environments. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c1491cb8..35135152 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py39,py310,py311 +env_list = py39,py310,py311,py312,py313 [gh-actions] python =