Skip to content

Commit

Permalink
Fix "dev" installation for CI with Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Jan 1, 2024
1 parent 48585a6 commit 871de74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
extras_require={
"dev": [
# Setup.
"pre-commit==3.6.0 ; python_version>='3.8'",
"pre-commit==3.6.0 ; python_version>='3.9'",
"tox==3.27.1 ; python_version<'3.8'",
"tox==4.11.0 ; python_version>='3.8'",
# Testing framework.
Expand Down

0 comments on commit 871de74

Please sign in to comment.