Skip to content

Commit 590498d

Browse files
Qualify setuptools requirement to Python >=3.12
Partner to pylint-dev/pylint@dfff77d.
1 parent 76d5429 commit 590498d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ numpy>=1.17.0,<2; python_version<"3.12"
88
python-dateutil
99
PyQt6
1010
regex
11-
setuptools
11+
setuptools; python_version<"3.12"
1212
six
1313
urllib3>1,<2
1414
typing_extensions>=4.4.0

0 commit comments

Comments
 (0)