Skip to content

Commit 1cbdb7e

Browse files
drop py34 support mark to prepare 2.1.1
1 parent 4322f61 commit 1cbdb7e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.1.1
2+
-----
3+
4+
* drop the python 3.4 support marker, 2.1.0 broke it
5+
2.1.0 will be yanked after release
6+
7+
18
2.1.0
29
----------------------------------------
310

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ classifiers =
2626
Programming Language :: Python :: 2
2727
Programming Language :: Python :: 2.7
2828
Programming Language :: Python :: 3
29-
Programming Language :: Python :: 3.4
3029
Programming Language :: Python :: 3.5
3130
Programming Language :: Python :: 3.6
3231
Programming Language :: Python :: 3.7
@@ -37,7 +36,7 @@ classifiers =
3736

3837
[options]
3938
packages = find:
40-
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
39+
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
4140
package_dir = =src
4241
setup_requires =
4342
setuptools>=30.3.0

0 commit comments

Comments
 (0)