Skip to content

Commit

Permalink
ADD setuptools version constraint for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sfneal committed Nov 12, 2024
1 parent 8c1402a commit 841e62d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ coverage==7.6.4; python_version>="3.9"
green==4.0.2
lxml==5.3.0
parameterized==0.9.0
setuptools==75.4.0
setuptools==75.3.0; python_version<="3.8"
setuptools==75.4.0; python_version>="3.9"
Unidecode==1.3.8

0 comments on commit 841e62d

Please sign in to comment.