File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
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,15 +15,20 @@ 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
19
21
BUILD_OPTS : --xplat
20
22
- PYTHON_VERSION : 3.7
21
23
BUILD_OPTS : --xplat
22
24
- PYTHON_VERSION : 3.6
23
25
BUILD_OPTS : --xplat
26
+ - PYTHON_VERSION : 3.9
24
27
- PYTHON_VERSION : 3.8
25
28
- PYTHON_VERSION : 3.7
26
29
- PYTHON_VERSION : 3.6
30
+ - PYTHON_VERSION : 3.9
31
+ PYTHONNET_SHUTDOWN_MODE : Soft
27
32
- PYTHON_VERSION : 3.8
28
33
PYTHONNET_SHUTDOWN_MODE : Soft
29
34
- PYTHON_VERSION : 3.7
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