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
master
mutantmonkey 2018-03-23 20:27:22 -07:00
parent f523feb5a6
commit f39902f30c
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ language: python
sudo: false
cache: pip
python:
- 3.4
- 3.5
- 3.6
install: