Skip to content

Commit 1838c8f

Browse files
authored
Hot fix pypi (#69)
* hot fix frozen python build packages version * hot fix changed python_requires attribute in setup.py
1 parent cbc8948 commit 1838c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_version():
4949
url="https://github.com/crowdin/crowdin-api-client-python",
5050
packages=find_packages(exclude=["*tests*", "*fixtures.py"]),
5151
package_dir={"crowdin_api": "crowdin_api"},
52-
python_requires=">=3.6.*",
52+
python_requires=">=3.6",
5353
license="MIT",
5454
install_requires=[
5555
"requests>=2.25.1",

0 commit comments

Comments
 (0)