From f39902f30c50410ae893e24672b8fb51f85e32ca Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Fri, 23 Mar 2018 20:27:22 -0700 Subject: [PATCH] Drop Python 3.4 support for now The asyncore module included with Python 3.4 has regressed and since even Debian stable is shipping Python 3.5 now, I don't see a reason to keep support around anymore. Upstream bug: https://bugs.python.org/issue13103 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3222263..a5f54b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python sudo: false cache: pip python: -- 3.4 - 3.5 - 3.6 install: