mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-23 19:44:13 +03:00
Use Python 3.10 for setup-python
This commit is contained in:
parent
6d60fc5926
commit
80f1a3c9bb
2
.github/workflows/wheels-build.yml
vendored
2
.github/workflows/wheels-build.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: "3.10"
|
||||||
- name: Build Wheel
|
- name: Build Wheel
|
||||||
run: .github/workflows/build.sh
|
run: .github/workflows/build.sh
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user