Update Python version (#9230)

This commit is contained in:
Hugo van Kemenade 2025-10-02 23:56:03 +03:00 committed by GitHub
commit 88c2c11612
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ For more extensive info, see the [Windows build instructions](build.rst).
Here's an example script to build on Windows:
```
set PYTHON=C:\Python39\bin
set PYTHON=C:\Python310\bin
cd /D C:\Pillow\winbuild
%PYTHON%\python.exe build_prepare.py -v --depends=C:\pillow-depends
build\build_dep_all.cmd

View File

@ -115,7 +115,7 @@ Example
Here's an example script to build on Windows::
set PYTHON=C:\Python39\bin
set PYTHON=C:\Python310\bin
cd /D C:\Pillow\winbuild
%PYTHON%\python.exe build_prepare.py -v --depends C:\pillow-depends
build\build_dep_all.cmd