Skip to content

Commit

Permalink
Fix build skip config
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoxKlark committed Apr 17, 2023
1 parent c4d65e4 commit 519784a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,15 @@ image:
environment:
matrix:
- CIBW_BUILD: "cp310-*"
CIBW_SKIP: ""
- CIBW_BUILD: "cp311-*"
CIBW_SKIP: ""
- CIBW_BUILD: "cp39-*"
CIBW_SKIP: ""
- CIBW_BUILD: "cp38-*"
CIBW_SKIP: ""
- CIBW_BUILD: "cp37-*"
CIBW_SKIP: ""
- CIBW_BUILD: "cp36-*"
CIBW_SKIP: ""

- CIBW_BUILD: "pp39-*"
CIBW_SKIP: ""
- CIBW_BUILD: "pp38-*"
CIBW_SKIP: ""
- CIBW_BUILD: "pp37-*"
CIBW_SKIP: ""

stack: python 3.7

Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[tool.cibuildwheel]

skip = "cp310-*"

build-verbosity = 1

test-command = [
Expand Down

0 comments on commit 519784a

Please sign in to comment.