Skip to content

Commit

Permalink
Bump Python to 3.7 to be able to use annotation from __future__ imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed Jun 8, 2024
1 parent 5070481 commit 8bc7bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.6",
python_requires=">=3.7",
packages=setuptools.find_packages(exclude=["tests"]),
)

0 comments on commit 8bc7bd9

Please sign in to comment.