Skip to content

Commit 0054c22

Browse files
committed
dropped python 3.4 support
1 parent 2e123e0 commit 0054c22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changes
44
0.0.6 (2019-XX-XX)
55
------------------
66

7-
* (TBD)
7+
* Dropped Python 3.4 support
88

99
0.0.5 (2019-05-06)
1010
------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# List all versions of Python which are supported
5050
confirmed_python_versions = [
5151
('Programming Language :: Python :: %s' % x)
52-
for x in '3.4 3.5 3.6 3.7'.split(' ')
52+
for x in '3.5 3.6 3.7'.split(' ')
5353
]
5454

5555

0 commit comments

Comments
 (0)