We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259d9ba commit 63ccd9cCopy full SHA for 63ccd9c
1 file changed
.appveyor.yml
@@ -17,13 +17,9 @@ environment:
17
ffmpeg_download: https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-5.0-essentials_build.zip
18
19
matrix:
20
- - PYTHON: "C:\\Python39"
21
- PYTHON_VERSION: 3.8
22
- PYTHON_ARCH: 32
23
-
24
- - PYTHON: "C:\\Python38"
25
26
+ - TOXENV: py38
+ - TOXENV: py39
+ - TOXENV: py310
27
28
init:
29
- ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%
0 commit comments