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 f506d65 commit de7c7c2Copy full SHA for de7c7c2
appveyor.yml
@@ -16,16 +16,19 @@ environment:
16
17
matrix:
18
- PYTHON_VERSION: 3.8
19
+ BUILD_OPTS: --xplat
20
- PYTHON_VERSION: 3.7
21
BUILD_OPTS: --xplat
22
- PYTHON_VERSION: 3.6
23
24
25
26
27
+ - PYTHON_VERSION: 3.8
28
+ PYTHONNET_SHUTDOWN_MODE: Soft
29
30
PYTHONNET_SHUTDOWN_MODE: Soft
- - PYTHON_VERSION: 3.8
31
+ - PYTHON_VERSION: 3.6
32
33
init:
34
# Update Environment Variables based on matrix/platform
0 commit comments