diff --git a/pyproject.toml b/pyproject.toml index 662b4f82..9830761d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ {email = "mrbuche@sandia.gov"}, {name = "Michael R. Buche"} ] -requires-python = ">=3.7,<3.12" +requires-python = ">=3.7,<=3.12" dependencies = ["cffi", "maturin", "numpy"] classifiers = [ 'License :: OSI Approved :: BSD License',