File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ dist: xenial
2
2
sudo : false
3
3
language : python
4
4
python :
5
+ - 3.9
5
6
- 3.8
6
7
- 3.7
7
8
- 3.6
Original file line number Diff line number Diff line change @@ -15,18 +15,26 @@ environment:
15
15
CODECOV_ENV : PYTHON_VERSION, PLATFORM
16
16
17
17
matrix :
18
+ - PYTHON_VERSION : 3.9
19
+ BUILD_OPTS : --xplat
18
20
- PYTHON_VERSION : 3.8
21
+ BUILD_OPTS : --xplat
19
22
- PYTHON_VERSION : 3.7
20
23
BUILD_OPTS : --xplat
21
24
- PYTHON_VERSION : 3.6
22
25
BUILD_OPTS : --xplat
26
+ - PYTHON_VERSION : 3.9
23
27
- PYTHON_VERSION : 3.8
24
28
- PYTHON_VERSION : 3.7
25
29
- PYTHON_VERSION : 3.6
26
- - PYTHON_VERSION : 3.7
30
+ - PYTHON_VERSION : 3.9
27
31
PYTHONNET_SHUTDOWN_MODE : Soft
28
32
- PYTHON_VERSION : 3.8
29
33
PYTHONNET_SHUTDOWN_MODE : Soft
34
+ - PYTHON_VERSION : 3.7
35
+ PYTHONNET_SHUTDOWN_MODE : Soft
36
+ - PYTHON_VERSION : 3.6
37
+ PYTHONNET_SHUTDOWN_MODE : Soft
30
38
init :
31
39
# Update Environment Variables based on matrix/platform
32
40
- set PY_VER=%PYTHON_VERSION:.=%
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ public class Runtime
50
50
const string _minor = "7" ;
51
51
#elif PYTHON38
52
52
const string _minor = "8" ;
53
+ #elif PYTHON39
54
+ const string _minor = "9" ;
53
55
#else
54
56
#error You must define one of PYTHON36 to PYTHON38
55
57
#endif
You can’t perform that action at this time.
0 commit comments