Skip to content

Commit 9102c1d

Browse files
committed
Removed --std=c99 setting
1 parent 9be181c commit 9102c1d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ before-all = ".github/workflows/wheels-dependencies.sh"
8282
test-command = "cd {project} && .github/workflows/wheels-test.sh"
8383
test-extras = "tests"
8484

85-
[tool.cibuildwheel.linux]
86-
environment = { CFLAGS="--std=c99" }
87-
8885
[tool.ruff]
8986
line-length = 88
9087
select = [

0 commit comments

Comments
 (0)