Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Vary pip version by Python version
  • Loading branch information
dbieber committed Feb 24, 2024
commit 90cdb7b440b2a58b44471d72a524f4897d1280df
3 changes: 2 additions & 1 deletion .github/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
setuptools <65.7.0 ; python_version == '2.7'
setuptools <=69.1.1 ; python_version >= '3.8'
pip <23.0
pip <23.0 ; python_version == '2.7'
pip ; python_version >= '3.7'
pylint <2.15.10
pytest <=7.2.1
pytest-pylint <=1.1.2
Expand Down