Skip to content

Commit

Permalink
Pins deps for python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Jan 18, 2025
1 parent 934ff89 commit 903ef40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/basics.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
setuptools==59.6.0;python_version<="3.6"
setuptools==68.0.0;python_version<="3.7" and python_version>"3.6"
setuptools==75.8.0;python_version>="3.8"
setuptools==75.3.0;python_version<="3.8" and python_version>"3.7"
setuptools==75.8.0;python_version>="3.9"
virtualenv==20.17.1;python_version<="3.6"
virtualenv==20.26.6;python_version>="3.7"
wheel==0.37.1;python_version<="3.6"
Expand Down

0 comments on commit 903ef40

Please sign in to comment.