mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-13 17:25:49 +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
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 3.9
|
||||
python-version: "3.10"
|
||||
- name: Build Wheel
|
||||
run: .github/workflows/build.sh
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in New Issue
Block a user