Skip to content

Commit

Permalink
Merge pull request #527 from actionless/patch-2
Browse files Browse the repository at this point in the history
fix(pyproject): make exceptiongroup conditional for python <3.11
  • Loading branch information
danyeaw authored Jul 2, 2024
2 parents b325f82 + cee0623 commit 42e744e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
exceptiongroup = "^1.0.0"
exceptiongroup = = {version = "^1.0.0", python = "<3.11"}

[tool.poetry.dev-dependencies]
pytest = "^8.2"
Expand Down

0 comments on commit 42e744e

Please sign in to comment.