From dc1c39fee9ea2105e88ee14a0b68802d69f06a70 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 4 Sep 2024 17:59:10 -0400 Subject: [PATCH] NO-JIRA: Add python 3.13 to tox testing This is needed for Fedora 41 and later where the default python is 3.13 --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index f75ead919..b54806c5c 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -1,6 +1,6 @@ [tox] # This will be overridden by ctest setting TOXENV for anything but this default -envlist = py39,py310,py311,py312 +envlist = py39,py310,py311,py312,py313 minversion = 1.7.2 skip_missing_interpreters = True