Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
narek01 committed Nov 15, 2023
1 parent 41374c5 commit 5d1b84a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- [windows-latest, win_amd64]
- [windows-latest, win32]

python: ["cp39"]
python: ["cp311"]


steps:
Expand All @@ -37,10 +37,10 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.9' # update once build dependencies are available
python-version: '3.11' # update once build dependencies are available

- name: Build wheels
uses: pypa/cibuildwheel@v2.5.0
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
CIBW_ARCHS: all
Expand Down

0 comments on commit 5d1b84a

Please sign in to comment.