Skip to content

Commit

Permalink
update minimum python version for stub generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed May 1, 2023
1 parent 4bba47a commit 8aa45ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_BUILD: "cp310-macosx_x86_64 cp310-macosx_arm64 cp310-win_amd64 cp310-manylinux_x86_64 cp311-macosx_x86_64 cp311-macosx_arm64 cp311-win_amd64 cp311-manylinux_x86_64"
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: '3.10'
- if: matrix.os == 'ubuntu-20.04'
name: Create stubs
run: |
Expand Down

0 comments on commit 8aa45ae

Please sign in to comment.