mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-15 20:06:28 +03:00
Merge pull request #268 from radarhere/python
Use Python 3.10 for setup-python
This commit is contained in:
commit
a0853faec2
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