]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
testing: remove python 3.5, add python 3.8
authorJason Ish <jason.ish@oisf.net>
Tue, 18 May 2021 05:54:40 +0000 (23:54 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 18 May 2021 05:54:40 +0000 (23:54 -0600)
Python 3.5 has been end of lifed.

tox-integration.ini
tox.ini

index 8926b1f44ec90f526e2ee6b0013f5ac2177210e3..dfa991f31f3d25e201331d359b2c8e65ea3f24a4 100644 (file)
@@ -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 e599a77afccc876cbd67c2818dd3c10aeb0628fe..5ce1245dd7456da958a877b8096bfd7612f079c9 100644 (file)
--- 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