Skip to content

Commit

Permalink
Drop support for Python 3.8 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jul 2, 2024
2 parents 49b218b + 39fdcf3 commit 8e94aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion winbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion winbuild/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e94aa1

Please sign in to comment.