Skip to content

Commit

Permalink
Merge pull request #5805 from hugovk/3.10.0-appveyor
Browse files Browse the repository at this point in the history
Test Python 3.10.0 final on AppVeyor
  • Loading branch information
radarhere committed Nov 3, 2021
2 parents a215f72 + 73d9209 commit 604b029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Expand Up @@ -10,7 +10,7 @@ environment:
TEST_OPTIONS:
DEPLOY: YES
matrix:
- PYTHON: C:/Python39
- PYTHON: C:/Python310
ARCHITECTURE: x86
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PYTHON: C:/Python36-x64
Expand All @@ -19,6 +19,7 @@ environment:


install:
- '%PYTHON%\%EXECUTABLE% --version'
- curl -fsSL -o pillow-depends.zip https://github.com/python-pillow/pillow-depends/archive/main.zip
- 7z x pillow-depends.zip -oc:\
- mv c:\pillow-depends-main c:\pillow-depends
Expand Down

0 comments on commit 604b029

Please sign in to comment.