Skip to content

Commit 7c20479

Browse files
author
Umberto Zerbinati
committed
Release v0.1.0
1 parent d7f868d commit 7c20479

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
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "ngsPETSc"
7-
version = "0.0.8"
7+
version = "0.1.0"
88
description = "NGSolve/Netgen interface to PETSc"
99
authors = [
1010
{ name = "Umberto Zerbinati", email = "[email protected]" },
@@ -17,7 +17,7 @@ maintainers = [
1717
]
1818
readme = "README.md"
1919
license = "MIT"
20-
requires-python = ">=3.9,<4.0"
20+
requires-python = ">=3.10,<4.0"
2121
classifiers = [
2222
"Programming Language :: Python :: 3",
2323
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)