From f2598b48637959650a4e0387ef4df1f2806b5ac3 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Fri, 18 Aug 2023 22:43:34 -0400 Subject: [PATCH] Tweak Python version check --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 872fb90..2b81aa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "setuptools", "setuptools_scm>=6.2", "jinja2>=2.10.3", - "numpy>=1.25,<2; python_version<'3.12'", + "numpy>=1.25,<2; python_version<='3.11'", # For Python versions which aren't yet officially supported, we specify an # unpinned NumPy which allows source distributions to be used and allows