From 48378997b6fc99aa8d1945830fa999c3fb91ac26 Mon Sep 17 00:00:00 2001 From: Ankith Date: Wed, 23 Oct 2024 13:51:31 +0530 Subject: [PATCH] Bump build dependencies --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 476a08242e..b9ac99b3c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,11 +54,11 @@ pygame_ce = 'pygame.__briefcase.pygame_ce:PygameCEGuiBootstrap' [build-system] requires = [ - "meson-python<=0.16.0", - "meson<=1.5.1", - "ninja<=1.11.1.1", + "meson-python<=0.17.0", + "meson<=1.6.0", + "ninja<=1.12.1", "cython<=3.0.11", - "sphinx<=7.2.6", + "sphinx<=8.1.3", ] build-backend = 'mesonpy' @@ -86,7 +86,7 @@ test-requires = ["numpy"] [tool.cibuildwheel.config-settings] setup-args = [ "-Derror_on_warns=true", - "-Dvsenv=true", # same effect as passing --vsenv + "--vsenv", "-Derror_docs_missing=true", ]