From 18c1512ff893d4328135c227d0bdf5794988e0d1 Mon Sep 17 00:00:00 2001 From: Abdullah Selek Date: Sun, 31 Mar 2024 18:36:46 +0100 Subject: [PATCH] Update required Python version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 95c9e53..b8dd958 100755 --- a/setup.py +++ b/setup.py @@ -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=[