Allow building with Python 3.12
authorGraham Inggs <ginggs@debian.org>
Tue, 5 Dec 2023 13:22:12 +0000 (13:22 +0000)
committerGraham Inggs <ginggs@debian.org>
Tue, 5 Dec 2023 13:22:12 +0000 (13:22 +0000)
Forwarded: not-needed
Last-Update: 2023-10-30

Gbp-Pq: Name python3.12.patch

pyproject.toml

index 454a3c2e3b5ccdf65a75743979e4ef2753b47185..82546bc96afa9b45de4ff455af89a83d69c6d588 100644 (file)
@@ -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