feat: drop Python 3.7 support
This commit is contained in:
parent
182d1616af
commit
ea8131ec43
5 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ setup(
|
|||
license="AGPLv3",
|
||||
packages=find_packages(exclude=["*tests*", "*fixtures*"]),
|
||||
package_data={"": ["py.typed"]},
|
||||
python_requires=">=3.7",
|
||||
python_requires=">=3.8",
|
||||
install_requires=[
|
||||
"python-dateutil>=2.8.1,<2.9",
|
||||
"requests>=2.25.1,<2.29",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue