File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed 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