Skip to content

Commit e280010

Browse files
authored
remove Python 3.9 in Appveyor config
1 parent 7964174 commit e280010

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ environment:
2323
PIP: C:\Python38-x64\Scripts\pip
2424
PYTEST: C:\Python38-x64\Scripts\pytest
2525
TWINE: C:\Python38-x64\Scripts\twine
26-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
27-
PYTHON: C:\Python39-x64
28-
PIP: C:\Python39-x64\Scripts\pip
29-
PYTEST: C:\Python39-x64\Scripts\pytest
30-
TWINE: C:\Python39-x64\Scripts\twine
26+
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
27+
# PYTHON: C:\Python39-x64
28+
# PIP: C:\Python39-x64\Scripts\pip
29+
# PYTEST: C:\Python39-x64\Scripts\pytest
30+
# TWINE: C:\Python39-x64\Scripts\twine
3131

3232

3333
install:

0 commit comments

Comments
 (0)