Skip to content

Commit ee48854

Browse files
authored
support python 3.12 (#101)
* Update pyproject.toml
1 parent ccc2dcf commit ee48854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
version = "v0.25.1"
1212
readme = "README.md"
13-
requires-python = ">=3.8,<3.12"
13+
requires-python = ">=3.8"
1414
license = { file="LICENSE" }
1515
classifiers = [
1616
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)