Skip to content

Commit

Permalink
TEST without 3.8-3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Aug 1, 2023
1 parent cbab56a commit 98f0927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build = "*"
# disabling musllinux until https://github.com/kiwix/kiwix-build/issues/585
# disabling windows until hhttps://github.com/kiwix/kiwix-build/issues/466
# disabling PyPy due to 2 failing tests
skip = "pp* *musllinux* *-win*"
skip = "pp* *musllinux* *-win* cp38* cp39*"

test-requires = ["pytest"]
test-command = "py.test {project}/tests/"
Expand All @@ -26,7 +26,7 @@ manylinux-pypy_x86_64-image = "manylinux_2_28"
manylinux-pypy_aarch64-image = "manylinux_2_28"

[tool.cibuildwheel.linux]
archs = ["x86_64", "aarch64"]
archs = ["aarch64"]

[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]
Expand Down

0 comments on commit 98f0927

Please sign in to comment.