We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e123e0 commit 0054c22Copy full SHA for 0054c22
CHANGES.rst
@@ -4,7 +4,7 @@ Changes
4
0.0.6 (2019-XX-XX)
5
------------------
6
7
-* (TBD)
+* Dropped Python 3.4 support
8
9
0.0.5 (2019-05-06)
10
setup.py
@@ -49,7 +49,7 @@
49
# List all versions of Python which are supported
50
confirmed_python_versions = [
51
('Programming Language :: Python :: %s' % x)
52
- for x in '3.4 3.5 3.6 3.7'.split(' ')
+ for x in '3.5 3.6 3.7'.split(' ')
53
]
54
55
0 commit comments