Skip to content

Commit

Permalink
Test Python 3.10.0 final on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 3, 2021
1 parent caa0deb commit 73d9209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
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 73d9209

Please sign in to comment.