Skip to content

Commit

Permalink
change skip config
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoxKlark committed Apr 15, 2023
1 parent 1740a2a commit c4d65e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,24 @@ 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

0 comments on commit c4d65e4

Please sign in to comment.