From: Jason Ish Date: Thu, 15 Feb 2024 16:50:05 +0000 (-0600) Subject: tox: test on python 3.9 -> python 3.11 X-Git-Tag: 1.3.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8f20f938d0a1f29bb2e9fc1eb834117e82b599b;p=thirdparty%2Fsuricata-update.git tox: test on python 3.9 -> python 3.11 --- diff --git a/tox.ini b/tox.ini index 5ce1245..3200b2d 100644 --- a/tox.ini +++ b/tox.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 [testenv] commands = pytest