Skip to content

Commit

Permalink
attempt to fix build pipeline for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoxKlark committed Apr 15, 2023
1 parent b693d35 commit 1740a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ image:

environment:
matrix:
- CIBW_BUILD: "cp311-*"
- CIBW_BUILD: "cp310-*"
- CIBW_BUILD: "cp311-*"
- CIBW_BUILD: "cp39-*"
- CIBW_BUILD: "cp38-*"
- CIBW_BUILD: "cp37-*"
Expand All @@ -25,7 +25,7 @@ init:
install: |
python --version
git submodule update --init --recursive
python -m pip install cibuildwheel==2.11.2
python -m pip install cibuildwheel==2.12.1
build_script: python -m cibuildwheel --output-dir dist

Expand Down

0 comments on commit 1740a2a

Please sign in to comment.