Skip to content

Commit

Permalink
Merge pull request python-pillow#343 from radarhere/python311
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 18, 2022
2 parents 7419863 + 0902854 commit 865e4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
submodules: true
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.x"
- name: Build Wheel
run: .github/workflows/build.sh
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
submodules: true
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.x"
- name: Build Wheel
run: .github/workflows/build.sh
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 865e4b5

Please sign in to comment.