From 44f62d02ac31ace081c63b55ccbb6e168e29ac7b Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 1 Oct 2025 12:30:17 -0600 Subject: [PATCH] tox: update versions for integration tests --- tox-integration.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox-integration.ini b/tox-integration.ini index dfa991f..3e8a0c6 100644 --- a/tox-integration.ini +++ b/tox-integration.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py36, py37, py38 +envlist = py27, py36, py37, py38, py39, py310, py311, py312, py313 [testenv] commands = python ./tests/integration_tests.py -- 2.47.3