Skip to content

Commit

Permalink
Bump build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ankith26 committed Oct 23, 2024
1 parent b2c778d commit 4837899
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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",
]

Expand Down

0 comments on commit 4837899

Please sign in to comment.