[tor-commits] [sbws/master] Drop support for python 3.4

pastly at torproject.org pastly at torproject.org
Thu Aug 9 14:21:20 UTC 2018


commit f82da2e10433cdcf92526c96590977fd1b9de8d4
Author: juga0 <juga at riseup.net>
Date:   Fri Aug 3 11:02:24 2018 +0000

    Drop support for python 3.4
---
 tox.ini | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tox.ini b/tox.ini
index 36d9283..bf86c65 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,10 @@
 [tox]
 skip_missing_interpreters = True
-envlist = clean, lint, py34, py35, py36, integration, stats
+envlist = clean, lint, py35, py36, integration, stats
 
 [travis]
 python =
-  3.4: lint, py34, integration
-  3.5: py35, integration
+  3.5: lint, py35, integration
   3.6: py36, integration
 
 [testenv:clean]





More information about the tor-commits mailing list