Skip to content

Commit 2af914e

Browse files
No need to explicitly avoid setuptools 47.2.0
It's an old version from 2020, the current version is 82.0.0. Besides we require setuptools > 77.
1 parent c980e53 commit 2af914e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
python --version # just to check
5959
python -m pip install --upgrade pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors
60-
pip install --upgrade "setuptools!=47.2.0" docutils setuptools_scm[toml] twine
60+
pip install --upgrade setuptools docutils setuptools_scm[toml] twine
6161
pip install -e . --group dev # install the codespell dev packages
6262
- run: pip install aspell-python-py3
6363
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)