Updated Python version

This commit is contained in:
Andrew Murray 2025-10-02 21:35:26 +10:00
parent a953d86b4d
commit 0bcfd3b55c
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