Skip to content

Commit da7c150

Browse files
committed
* Fix syntax error
* Test soft shutdown on Python 3.8
1 parent 39e20e3 commit da7c150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ environment:
2828
- PYTHON_VERSION: 3.7
2929
- PYTHON_VERSION: 3.6
3030
- PYTHON_VERSION: 3.5
31-
32-
matrix:
3331
- PYTHON_VERSION: 3.7
3432
PYTHONNET_SOFT_SHUTDOWN: 1
33+
- PYTHON_VERSION: 3.8
34+
PYTHONNET_SOFT_SHUTDOWN: 1
3535
init:
3636
# Update Environment Variables based on matrix/platform
3737
- set PY_VER=%PYTHON_VERSION:.=%

0 commit comments

Comments
 (0)