Skip to content

Commit 70eee6e

Browse files
authored
Require python >=3.10 (alisw#959)
1 parent 048c1ca commit 70eee6e

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
@@ -51,7 +51,7 @@ dependencies = [
5151
"xgboost>=0.90",
5252
"zstandard>=0.21.0",
5353
]
54-
requires-python = ">= 3.9"
54+
requires-python = ">= 3.10"
5555
authors = [
5656
{name = "Gian Michele Innocenti", email = "[email protected]"},
5757
{name = "Jochen Klein", email = "[email protected]"},

0 commit comments

Comments
 (0)