Skip to content

Commit

Permalink
Remove upper bound on python requirement
Browse files Browse the repository at this point in the history
Remove the restriction that python must not be newer than the latest
version since this seems to make using constriction with poetry slightly
more difficult.
  • Loading branch information
robamler committed Dec 14, 2023
1 parent a99564c commit 3d00502
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 @@ -21,7 +21,7 @@ maintainers = [
]
name = "constriction"
readme = "README-python.md"
requires-python = ">=3.7,<3.13"
requires-python = ">=3.7"

[project.urls]
changelog = "https://github.com/bamler-lab/constriction/releases"
Expand Down

0 comments on commit 3d00502

Please sign in to comment.