Skip to content

Commit

Permalink
Update to include python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnkoolen committed Mar 18, 2024
1 parent acbdc9a commit f37773a
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 @@ -18,7 +18,7 @@ classifiers = [
packages = [{ include = "pagexml" }]

[tool.poetry.dependencies]
python = "^3.8 <4.0"
python = ">=3.8 <4.0"
fuzzy-search = "^2.1.0"
matplotlib = ">=3.7.0"
numpy = ">=1.22.3"
Expand Down

0 comments on commit f37773a

Please sign in to comment.