Skip to content

Commit

Permalink
Fix python version in ngsPETSc as pointed out by Hussam
Browse files Browse the repository at this point in the history
Signed-off-by: Umberto Zerbinati <[email protected]>
  • Loading branch information
Umberto Zerbinati committed May 29, 2024
1 parent 843d6e4 commit 89846dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Operating System :: OS Independent",
],
packages=["ngsPETSc", "ngsPETSc.utils", "ngsPETSc.utils.firedrake"],
python_requires = ">=3.9",
python_requires = ">=3.8",
install_requires=install_requires

)

0 comments on commit 89846dd

Please sign in to comment.