Skip to content

Commit b176ecb

Browse files
committed
update appveyor for cpython3.8 release
1 parent 8c8d6e6 commit b176ecb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ test_script:
7676
- python -m pyappveyordemo.tests.test_extension
7777

7878
# Smoke test of install_python script
79+
# Use C:\PythonXY, C:\PythonXY-x64, C:\PythonXYrcZ, or C:\PythonXYrcZ-x64
7980
- set PYTHON=C:\Python37
8081
- ps: .\install_python.ps1
8182
- set PYTHON=C:\Python37-x64
8283
- ps: .\install_python.ps1
83-
- set PYTHON=C:\Python38rc1-x64
84+
- set PYTHON=C:\Python38-x64
8485
- ps: .\install_python.ps1

0 commit comments

Comments
 (0)