Skip to content

Commit effd452

Browse files
committed
stick to the fixed setup tools version
1 parent b10289d commit effd452

File tree

4 files changed

+46
-173
lines changed

4 files changed

+46
-173
lines changed

.github/workflows/pypi-publish_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install pipenv
1818
run: |
1919
python -m pip install --upgrade pip
20-
python -m pip install --upgrade setuptools==71.1.0 wheel==0.44.0
20+
python -m pip install --upgrade setuptools wheel
2121
python -m pip install --upgrade pipenv
2222
- name: Install dependencies
2323
run: pipenv install --dev

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pipenv-setup = "*"
1818
wheel = "*"
1919
twine = "*"
2020
chardet = "*"
21+
packaging = ">=22.0"
2122

2223
[requires]
2324
python_version = "3.8"

Pipfile.lock

Lines changed: 43 additions & 171 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name="regula.documentreader.webclient",
1111
version=os.getenv("PACKAGE_VERSION_TO_PUBLISH", "5.2.0-beta.0"),
12-
python_requires=">=3.5",
12+
python_requires=">=3.8",
1313
description="Regula's Document Reader python client",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)