Skip to content

Commit 2bc77ac

Browse files
committed
Drop Python 3.4 support and testing
Python 3.4 is no longer maintained and Twisted no longer supports it.
1 parent cb17009 commit 2bc77ac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"Programming Language :: Python :: 2",
2626
"Programming Language :: Python :: 2.7",
2727
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.4",
2928
"Programming Language :: Python :: 3.5",
3029
"Programming Language :: Python :: 3.6",
3130
"Programming Language :: Python :: 3.7",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist=
3-
py{27,34}-defaultreactor
3+
py{27,35}-defaultreactor
44
py{35,36,37}-{default,qt5,asyncio}reactor
55
win-py{35,36,37}-qt5reactor
66
linting

0 commit comments

Comments
 (0)