Skip to content

Commit 88c2c11

Browse files
authored
Update Python version (#9230)
2 parents a953d86 + 0bcfd3b commit 88c2c11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

winbuild/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For more extensive info, see the [Windows build instructions](build.rst).
1616
Here's an example script to build on Windows:
1717

1818
```
19-
set PYTHON=C:\Python39\bin
19+
set PYTHON=C:\Python310\bin
2020
cd /D C:\Pillow\winbuild
2121
%PYTHON%\python.exe build_prepare.py -v --depends=C:\pillow-depends
2222
build\build_dep_all.cmd

winbuild/build.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Example
115115

116116
Here's an example script to build on Windows::
117117

118-
set PYTHON=C:\Python39\bin
118+
set PYTHON=C:\Python310\bin
119119
cd /D C:\Pillow\winbuild
120120
%PYTHON%\python.exe build_prepare.py -v --depends C:\pillow-depends
121121
build\build_dep_all.cmd

0 commit comments

Comments
 (0)