File tree 4 files changed +1
-157
lines changed 4 files changed +1
-157
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,6 @@ matrix:
22
22
- dotnet-hostfxr-2.0.0
23
23
- dotnet-runtime-2.0.0
24
24
- dotnet-sdk-2.0.0
25
- - python : 3.3
26
- env : *xplat-env
27
- addons : *xplat-addons
28
-
29
25
- python : 3.4
30
26
env : *xplat-env
31
27
addons : *xplat-addons
@@ -47,9 +43,6 @@ matrix:
47
43
- BUILD_OPTS=
48
44
- NUNIT_PATH=./packages/NUnit.*/tools/nunit3-console.exe
49
45
50
- - python : 3.3
51
- env : *classic-env
52
-
53
46
- python : 3.4
54
47
env : *classic-env
55
48
Original file line number Diff line number Diff line change @@ -17,16 +17,13 @@ environment:
17
17
matrix :
18
18
- PYTHON_VERSION : 2.7
19
19
BUILD_OPTS : --xplat
20
- - PYTHON_VERSION : 3.3
21
- BUILD_OPTS : --xplat
22
20
- PYTHON_VERSION : 3.4
23
21
BUILD_OPTS : --xplat
24
22
- PYTHON_VERSION : 3.5
25
23
BUILD_OPTS : --xplat
26
24
- PYTHON_VERSION : 3.6
27
25
BUILD_OPTS : --xplat
28
26
- PYTHON_VERSION : 2.7
29
- - PYTHON_VERSION : 3.3
30
27
- PYTHON_VERSION : 3.4
31
28
- PYTHON_VERSION : 3.5
32
29
- PYTHON_VERSION : 3.6
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -139,9 +139,6 @@ public class Runtime
139
139
#if PYTHON27
140
140
internal const string _pyversion = "2.7" ;
141
141
internal const string _pyver = "27" ;
142
- #elif PYTHON33
143
- internal const string _pyversion = "3.3" ;
144
- internal const string _pyver = "33" ;
145
142
#elif PYTHON34
146
143
internal const string _pyversion = "3.4" ;
147
144
internal const string _pyver = "34" ;
@@ -155,7 +152,7 @@ public class Runtime
155
152
internal const string _pyversion = "3.7" ;
156
153
internal const string _pyver = "37" ;
157
154
#else
158
- #error You must define one of PYTHON33 to PYTHON37 or PYTHON27
155
+ #error You must define one of PYTHON34 to PYTHON37 or PYTHON27
159
156
#endif
160
157
161
158
#if MONO_LINUX || MONO_OSX // Linux/macOS use dotted version string
You can’t perform that action at this time.
0 commit comments