We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f868d commit 7c20479Copy full SHA for 7c20479
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[project]
6
name = "ngsPETSc"
7
-version = "0.0.8"
+version = "0.1.0"
8
description = "NGSolve/Netgen interface to PETSc"
9
authors = [
10
{ name = "Umberto Zerbinati", email = "[email protected]" },
@@ -17,7 +17,7 @@ maintainers = [
17
]
18
readme = "README.md"
19
license = "MIT"
20
-requires-python = ">=3.9,<4.0"
+requires-python = ">=3.10,<4.0"
21
classifiers = [
22
"Programming Language :: Python :: 3",
23
"License :: OSI Approved :: MIT License",
0 commit comments