remove python 3.5 support (#374)

This commit is contained in:
alrex
2021-03-18 08:15:35 -07:00
committed by GitHub
parent 2d9df10645
commit ef0f74ec64
39 changed files with 71 additions and 128 deletions

View File

@ -28,13 +28,12 @@ classifiers =
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
python_requires = >=3.5
python_requires = >=3.6
package_dir=
=src
packages=find_namespace: