Skip to content

Commit ba3e3d5

Browse files
removes Python 3.4, 3.5 support [ch1586]
1 parent da5744a commit ba3e3d5

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ language: python
33
dist: xenial
44

55
python:
6-
- '3.4'
7-
- '3.5'
86
- '3.6'
97
- '3.7'
108

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@
5252
'Natural Language :: English',
5353
'Operating System :: OS Independent',
5454
'Programming Language :: Python',
55-
'Programming Language :: Python :: 3.4',
56-
'Programming Language :: Python :: 3.5',
5755
'Programming Language :: Python :: 3.6',
5856
'Programming Language :: Python :: 3.7',
5957
'Topic :: Database',
@@ -153,7 +151,7 @@ def get_description_type(path=PKG_DESCRIBE):
153151
"console_scripts": [],
154152
},
155153
"install_requires": list(get_requires()),
156-
"python_requires": ">=3.4, <4",
154+
"python_requires": ">=3.6, <4",
157155
"setup_requires":["pytest-runner"],
158156
"tests_require":["pytest"],
159157
}

0 commit comments

Comments
 (0)