From: Jason Ish Date: Tue, 8 Apr 2025 22:25:59 +0000 (-0600) Subject: tests: add tox tests for python 3.12 and 3.13 X-Git-Tag: 1.3.5~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf74819a29fba5002fb4984eed0b2cc748c5a4f9;p=thirdparty%2Fsuricata-update.git tests: add tox tests for python 3.12 and 3.13 --- diff --git a/tox.ini b/tox.ini index 3200b2d..611fe5f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py36, py37, py38, py39, py310, py311 +envlist = py27, py36, py37, py38, py39, py310, py311, py312, py313 [testenv] commands = pytest