From 1838c8f743c50bd546bf252ac9cfa947cf616ded Mon Sep 17 00:00:00 2001 From: ayatsyny Date: Mon, 20 Feb 2023 18:19:16 +0200 Subject: [PATCH] Hot fix pypi (#69) * hot fix frozen python build packages version * hot fix changed python_requires attribute in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e24eb2..865fb45 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def get_version(): url="https://github.com/crowdin/crowdin-api-client-python", packages=find_packages(exclude=["*tests*", "*fixtures.py"]), package_dir={"crowdin_api": "crowdin_api"}, - python_requires=">=3.6.*", + python_requires=">=3.6", license="MIT", install_requires=[ "requests>=2.25.1",