Skip to content

Commit 6a13b17

Browse files
committed
drop active support for 3.4
1 parent a9ab9e9 commit 6a13b17

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ matrix:
55
- env: TOXENV=py27
66
python: 2.7
77
# Python 3.5
8-
- env: TOXENV=py34
9-
python: 3.4
10-
# Python 3.5
118
- env: TOXENV=py35
129
python: 3.5
1310
# Python 3.6

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
"Programming Language :: Python :: 2",
5050
"Programming Language :: Python :: 2.7",
5151
"Programming Language :: Python :: 3",
52-
"Programming Language :: Python :: 3.3",
53-
"Programming Language :: Python :: 3.4",
5452
"Programming Language :: Python :: 3.5",
5553
"Programming Language :: Python :: 3.6",
5654
"Programming Language :: Python :: 3.7",
@@ -63,7 +61,7 @@
6361
"dev": [
6462
"tox==3.7.0", # Should be kept in sync with tox.ini
6563
"coveralls==1.7.0",
66-
"pre-commit==1.18.3",
64+
"pre-commit==1.14.4",
6765
],
6866
"test": tests_require,
6967
},

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = pre-commit,py{27,34,35,36,37}-sql{11,12,13}
2+
envlist = pre-commit,py{27,35,36,37}-sql{11,12,13}
33
skipsdist = true
44
minversion = 3.7.0
55

0 commit comments

Comments
 (0)