diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 7bbd5f2..3a83de8 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -17,7 +17,7 @@ jobs: - name: Install pypa/build run: >- python -m - pip install --user --upgrade setuptools wheel twine + pip install --user setuptools==66.0.0 wheel==0.38.4 twine==4.0.2 build --user - name: Build a binary wheel and a source tarball 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",