From: Jason Ish Date: Tue, 18 May 2021 05:54:40 +0000 (-0600) Subject: testing: remove python 3.5, add python 3.8 X-Git-Tag: 1.3.0rc1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9364b5abbc3e5818c46b8f515783c29b5fbbd684;p=thirdparty%2Fsuricata-update.git testing: remove python 3.5, add python 3.8 Python 3.5 has been end of lifed. --- diff --git a/tox-integration.ini b/tox-integration.ini index 8926b1f..dfa991f 100644 --- a/tox-integration.ini +++ b/tox-integration.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py35, py36, py37 +envlist = py27, py36, py37, py38 [testenv] commands = python ./tests/integration_tests.py diff --git a/tox.ini b/tox.ini index e599a77..5ce1245 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py35, py36, py37 +envlist = py27, py36, py37, py38 [testenv] commands = pytest