File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ sudo: false
3
3
4
4
matrix :
5
5
include :
6
- - os : linux
7
- python : 3.4
8
6
- os : linux
9
7
python : 3.5
10
8
- os : linux
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ classifiers =
27
27
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
28
28
Operating System :: OS Independent
29
29
Programming Language :: Python :: 3 :: Only
30
- Programming Language :: Python :: 3.4
31
30
Programming Language :: Python :: 3.5
32
31
Programming Language :: Python :: 3.6
33
32
Programming Language :: Python :: 3.7
@@ -49,7 +48,7 @@ tests_require =
49
48
pytest-flake8
50
49
pytest-isort
51
50
pytest-runner
52
- python_requires = >= 3.4
51
+ python_requires = >= 3.5
53
52
54
53
[options.entry_points]
55
54
console-scripts =
You can’t perform that action at this time.
0 commit comments