We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a215f72 + 73d9209 commit 604b029Copy full SHA for 604b029
.appveyor.yml
@@ -10,7 +10,7 @@ environment:
10
TEST_OPTIONS:
11
DEPLOY: YES
12
matrix:
13
- - PYTHON: C:/Python39
+ - PYTHON: C:/Python310
14
ARCHITECTURE: x86
15
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
16
- PYTHON: C:/Python36-x64
@@ -19,6 +19,7 @@ environment:
19
20
21
install:
22
+- '%PYTHON%\%EXECUTABLE% --version'
23
- curl -fsSL -o pillow-depends.zip https://github.com/python-pillow/pillow-depends/archive/main.zip
24
- 7z x pillow-depends.zip -oc:\
25
- mv c:\pillow-depends-main c:\pillow-depends
0 commit comments