Skip to content

Commit

Permalink
MAINT: specifying valid Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Feb 29, 2024
1 parent 63838be commit 6c0551b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[build-system]
requires = ["setuptools", "wheel", "numpy", "cython"]
[project]
requires-python = ">= 3.8"

0 comments on commit 6c0551b

Please sign in to comment.