Skip to content

Commit

Permalink
chore: restrict python version for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Jun 20, 2024
1 parent cf66a38 commit 349ea31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fits = ["fitsio"]

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
coveralls = "^3.3.1"
coveralls = {version = "^3.3.1", python = "<3.13"}
mypy = "^1.0.1"

[build-system]
Expand Down

0 comments on commit 349ea31

Please sign in to comment.