Skip to content

Commit d3bb72c

Browse files
committed
Set requires-python to >=3.10
As discussed in OpenModelica#249
1 parent 630229a commit d3bb72c

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
@@ -14,7 +14,7 @@ maintainers = [
1414
{name = "Adeel Asghar", email = "adeel.asghar@liu.se"},
1515
]
1616
license = "BSD-3-Clause OR LicenseRef-OSMC-PL-1.2 OR GPL-3.0-only"
17-
requires-python = ">=3.8"
17+
requires-python = ">=3.10"
1818
dependencies = [
1919
"numpy",
2020
"psutil",

0 commit comments

Comments
 (0)