Skip to content

Commit

Permalink
No upper bound on the Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan authored Oct 23, 2024
1 parent 6763d5e commit 9e22fdd
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 @@ -11,7 +11,7 @@ description = "Python data structure and operations for intervals"
readme = { file = "README.md", content-type = "text/markdown" }
urls = { Homepage = "https://github.com/AlexandreDecan/portion" }
keywords = ["interval", "range", "span"]
requires-python = "~= 3.9"
requires-python = ">= 3.9"
dependencies = ["sortedcontainers ~= 2.2"]
classifiers = [
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
Expand Down

0 comments on commit 9e22fdd

Please sign in to comment.