Removed Python 3.5 support.

This commit is contained in:
Joe Testa 2021-01-20 20:47:26 -05:00
parent d9a4b49560
commit 287c551ff8

View File

@ -18,7 +18,6 @@ classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
@ -32,7 +31,7 @@ classifiers =
packages = find:
package_dir =
= src
python_requires = >=3.5,<4
python_requires = >=3.6,<4
[options.packages.find]
where = src