Skip to content

Commit 1ca6b2c

Browse files
committed
Updated python_requires to exclude Python 3.4
1 parent fa3c4a9 commit 1ca6b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers =
2727

2828
[options]
2929
packages = find:
30-
python_requires = >=2.7, !=3.0, !=3.1, !=3.2, !=3.3
30+
python_requires = >=2.7, !=3.0, !=3.1, !=3.2, !=3.3, != 3.4
3131
install_requires =
3232
SQLAlchemy >= 0.9.0
3333
inflect >= 0.2.0

0 commit comments

Comments
 (0)