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
This commit is contained in:
@@ -2,7 +2,6 @@ language: python
|
|||||||
sudo: false
|
sudo: false
|
||||||
cache: pip
|
cache: pip
|
||||||
python:
|
python:
|
||||||
- 3.4
|
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
install:
|
install:
|
||||||
|
|||||||
Reference in New Issue
Block a user