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
139139#if PYTHON27
140140 internal const string _pyversion = "2.7" ;
141141 internal const string _pyver = "27" ;
142- #elif PYTHON33
143- internal const string _pyversion = "3.3" ;
144- internal const string _pyver = "33" ;
145142#elif PYTHON34
146143 internal const string _pyversion = "3.4" ;
147144 internal const string _pyver = "34" ;
@@ -155,7 +152,7 @@ public class Runtime
155152 internal const string _pyversion = "3.7" ;
156153 internal const string _pyver = "37" ;
157154#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
159156#endif
160157
161158#if MONO_LINUX || MONO_OSX // Linux/macOS use dotted version string
You can’t perform that action at this time.
0 commit comments