Updated documentation to use Python 3.9

This commit is contained in:
Andrew Murray 2024-07-01 23:37:22 +10:00
parent 49b218bbb1
commit 39fdcf3daf
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).
The following is a simplified version of the script used on AppVeyor:
```
set PYTHON=C:\Python38\bin
set PYTHON=C:\Python39\bin
cd /D C:\Pillow\winbuild
%PYTHON%\python.exe build_prepare.py -v --depends=C:\pillow-depends
build\build_dep_all.cmd

View File

@ -114,7 +114,7 @@ Example
The following is a simplified version of the script used on AppVeyor::
set PYTHON=C:\Python38\bin
set PYTHON=C:\Python39\bin
cd /D C:\Pillow\winbuild
%PYTHON%\python.exe build_prepare.py -v --depends C:\pillow-depends
build\build_dep_all.cmd