Skip to content

Commit

Permalink
do not build wheel for 3.12 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Aug 16, 2023
1 parent c3a48bd commit 88c51be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ skip = [
"*-win32",
"*-manylinux_i686",
"pp*",
"*-musllinux_*"
"*-musllinux_*",
"cp312*"
]
test-requires = ["pytest", "pytest-xdist"]

Expand Down

0 comments on commit 88c51be

Please sign in to comment.