Skip to content

Commit b217c93

Browse files
committedJan 8, 2019
removed Python 3.4 test
1 parent a7c3672 commit b217c93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ language: python
55
matrix:
66
include:
77
- python: "2.7"
8-
- python: "3.4"
98
- python: "3.5"
109
- python: "3.6"
1110
- python: "3.7"

‎setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@
7070

7171
'Programming Language :: SQL',
7272
'Programming Language :: Python :: 2.7',
73-
'Programming Language :: Python :: 3.4',
7473
'Programming Language :: Python :: 3.5',
74+
'Programming Language :: Python :: 3.6',
75+
'Programming Language :: Python :: 3.7',
7576

7677
'Topic :: Database',
7778
'Topic :: Software Development',

0 commit comments

Comments
 (0)