Skip to content

Commit

Permalink
Compile as c11 instead of c99 for cpython3.13 header compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Aug 9, 2024
1 parent 37b4e3d commit cfb8d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
source_files,
include_dirs=include_dirs,
depends=depends_files,
extra_compile_args=["-std=c99"],
extra_compile_args=["-std=c11"],
)
]

Expand Down

0 comments on commit cfb8d28

Please sign in to comment.