Skip to content

Commit

Permalink
Removed --std=c99 setting
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 15, 2023
1 parent 9be181c commit 9102c1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ before-all = ".github/workflows/wheels-dependencies.sh"
test-command = "cd {project} && .github/workflows/wheels-test.sh"
test-extras = "tests"

[tool.cibuildwheel.linux]
environment = { CFLAGS="--std=c99" }

[tool.ruff]
line-length = 88
select = [
Expand Down

0 comments on commit 9102c1d

Please sign in to comment.