Skip to content

Commit 604b029

Browse files
authored
Merge pull request #5805 from hugovk/3.10.0-appveyor
Test Python 3.10.0 final on AppVeyor
2 parents a215f72 + 73d9209 commit 604b029

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
TEST_OPTIONS:
1111
DEPLOY: YES
1212
matrix:
13-
- PYTHON: C:/Python39
13+
- PYTHON: C:/Python310
1414
ARCHITECTURE: x86
1515
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
1616
- PYTHON: C:/Python36-x64
@@ -19,6 +19,7 @@ environment:
1919

2020

2121
install:
22+
- '%PYTHON%\%EXECUTABLE% --version'
2223
- curl -fsSL -o pillow-depends.zip https://github.com/python-pillow/pillow-depends/archive/main.zip
2324
- 7z x pillow-depends.zip -oc:\
2425
- mv c:\pillow-depends-main c:\pillow-depends

0 commit comments

Comments
 (0)