Skip to content

Commit

Permalink
Update Python to >=3.13, <3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent bd440b3 commit 792ab9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 67 deletions.
73 changes: 7 additions & 66 deletions 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 @@ -6,7 +6,7 @@ authors = ["Lucas Tindall <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10, <3.12"
python = ">=3.13, <3.14"
scikit-image = "^0.24.0"
matplotlib = "^3.8.3"
numpy = "^1.26.4"
Expand Down

0 comments on commit 792ab9e

Please sign in to comment.