From bd7633ea45e9b2e8118c98c4edebc2cd08f1a57e Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Tue, 5 Dec 2023 13:22:12 +0000 Subject: [PATCH] Allow building with Python 3.12 Forwarded: not-needed Last-Update: 2023-10-30 Gbp-Pq: Name python3.12.patch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 454a3c2e..82546bc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ maintainers = [ # Note: Python and NumPy upper version bounds should be set correctly in # release branches, see: # https://scipy.github.io/devdocs/dev/core-dev/index.html#version-ranges-for-numpy-and-other-dependencies -requires-python = ">=3.8,<3.12" +requires-python = ">=3.8,<3.13" dependencies = [ # TODO: update to "pin-compatible" once possible, see # https://github.com/FFY00/meson-python/issues/29 -- 2.30.2