Skip to content

Commit a38868b

Browse files
authored
Fix minimum python version in pyproject
1 parent 71f47ee commit a38868b

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
@@ -8,7 +8,7 @@ dynamic = [ "version" ]
88
dependencies = [
99
"typing_extensions", "orjson >= 3", "polars >= 0.19.0", "matplotlib"
1010
]
11-
requires-python = ">=3.8"
11+
requires-python = ">=3.10"
1212
authors = [
1313
{ name = "The preCICE Developers", email="info@precice.org"}
1414
]
@@ -23,7 +23,7 @@ keywords = [ "preCICE", "visualization" ]
2323
classifiers=[
2424
"Development Status :: 4 - Beta",
2525
"Programming Language :: Python :: 3 :: Only",
26-
"Programming Language :: Python :: 3.8",
26+
"Programming Language :: Python :: 3.10",
2727
"Topic :: Scientific/Engineering :: Visualization",
2828
"Topic :: Utilities",
2929
]

0 commit comments

Comments
 (0)