Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94af550

Browse files
authored
Update runtime.cs
1 parent db0d634 commit 94af550

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/runtime/runtime.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)