From 703f414ca6102e669ece2dcd5f7d9c2b05ca222e Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 18 Aug 2017 19:14:00 +0200 Subject: Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512) * Drop Python 3.3 from testing & add Python 3.5, 3.6 Python 3.3 goes [EOL](https://docs.python.org/devguide/index.html#branchstatus) next month. * Sync test.sh with the Python versions in tox.ini --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/tox.ini b/python/tox.ini index baa96dba..9405e21d 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{26,27,33,34}-{cpp,python} + py{26,27,34,35,36}-{cpp,python} [testenv] usedevelop=true -- cgit v1.2.3