We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4db165 + 6bd7195 commit 2bc3c7fCopy full SHA for 2bc3c7f
pyproject.toml
@@ -19,7 +19,7 @@ classifiers = [
19
"Programming Language :: Python :: 3 :: Only",
20
"Topic :: Scientific/Engineering",
21
]
22
-requires-python = ">=3.9"
+requires-python = ">=3.10"
23
dependencies = [
24
"numpy>=1.21.5",
25
"matplotlib>=3.5.2",
@@ -50,4 +50,4 @@ Issues = "https://github.com/toruseo/UXsim/issues"
50
packages = {find = {include = ["uxsim", "uxsim.*"]}}
51
52
[tool.setuptools.dynamic]
53
-version = {attr = "uxsim.__version__"}
+version = {attr = "uxsim.__version__"}
0 commit comments