Skip to content

Commit

Permalink
Fix typo in conditional version lock for testing dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Jun 2, 2024
1 parent c8c12d7 commit d66fd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ docs = [
"sphinx-rtd-theme~=2.0.0"
]
test = [
"pylint~=7.4; python_version < '3.12'",
"pylint~=8.2; python_version >= '3.12'",
"pytest~=7.4; python_version < '3.12'",
"pytest~=8.2; python_version >= '3.12'",
"pytest-cov~=5.0",
"parts~=1.7",
"bitlist~=1.2",
Expand Down

0 comments on commit d66fd7a

Please sign in to comment.