Skip to content

Commit

Permalink
Update required Python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Mar 31, 2024
1 parent ca14d44 commit 18c1512
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 @@ -47,7 +47,7 @@ def extract_metaitem(meta):
packages=find_packages(exclude=("tests", "docs")),
package_data={"herepy": ["py.typed"]},
platforms=["Any"],
python_requires=">=3.5",
python_requires=">=3.8",
install_requires=requirements,
keywords="here api, here technologies, here python api clients, rest api clients",
classifiers=[
Expand Down

0 comments on commit 18c1512

Please sign in to comment.