Skip to content

Commit 20bac2b

Browse files
committed
Add support for python 3.12
1 parent da9cfed commit 20bac2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache Software License"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = ">=3.8.0,<3.12"
10+
python = ">=3.8.0,<3.13"
1111
requests = "^2.31.0"
1212
numpy = ">= 1.13.0"
1313
numpydoc = "*"

0 commit comments

Comments
 (0)