feat: drop Python 3.6 support

This commit is contained in:
jo 2022-10-10 18:39:40 +02:00 committed by Kyle Robbertze
parent 448cff7600
commit d29d837d01
9 changed files with 14 additions and 49 deletions

View file

@ -14,7 +14,7 @@ setup(
license="AGPLv3",
packages=find_packages(exclude=["*tests*", "*fixtures*"]),
package_data={"": ["py.typed"]},
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=[
"python-dateutil>=2.8.1,<2.9",
"requests>=2.25.1,<2.29",