Skip to content

Commit

Permalink
Fix python version
Browse files Browse the repository at this point in the history
Signed-off-by: Umberto Zerbinati <zerbinati@maths.ox.ac.uk>
  • Loading branch information
Umberto Zerbinati committed Feb 8, 2024
1 parent 9f25283 commit 3761cab
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"],
python_requires = ">=3.10",
python_requires = ">=3.9",
install_requires=install_requires

)

0 comments on commit 3761cab

Please sign in to comment.