Skip to content

Commit d47319d

Browse files
authored
Change python requirement in pyproject.toml (#214)
1 parent 792d169 commit d47319d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
description = "The modern framework for sandbox experimentation and out-of-the box machine learning on medical data."
1010
readme = "README.md"
11-
requires-python = ">=3.10"
11+
requires-python = ">=3.11"
1212
classifiers = [
1313
"Programming Language :: Python :: 3",
1414
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)