Skip to content

Commit 2bc3c7f

Browse files
authored
Merge pull request #251 from EwoutH/patch-9
Require Python 3.10+
2 parents d4db165 + 6bd7195 commit 2bc3c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3 :: Only",
2020
"Topic :: Scientific/Engineering",
2121
]
22-
requires-python = ">=3.9"
22+
requires-python = ">=3.10"
2323
dependencies = [
2424
"numpy>=1.21.5",
2525
"matplotlib>=3.5.2",
@@ -50,4 +50,4 @@ Issues = "https://github.com/toruseo/UXsim/issues"
5050
packages = {find = {include = ["uxsim", "uxsim.*"]}}
5151

5252
[tool.setuptools.dynamic]
53-
version = {attr = "uxsim.__version__"}
53+
version = {attr = "uxsim.__version__"}

0 commit comments

Comments
 (0)