drop python3.4

This commit is contained in:
Anthony Sottile 2020-10-02 16:47:00 -07:00
parent fb91b994ed
commit a021df6fdd
5 changed files with 2 additions and 12 deletions

View file

@ -23,7 +23,6 @@ classifiers =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
@ -50,7 +49,7 @@ install_requires=
functools32; python_version<"3.2"
importlib-metadata; python_version<"3.8"
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
[options.packages.find]
where = src