Skip to content

Commit 3e4ebac

Browse files
authored
Merge pull request #759 from paulie4/master
adding iterop37.cs to Python.Runtime.csproj and removing old TODO com…
2 parents 5134cbf + 3b5e34f commit 3e4ebac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/runtime/Python.Runtime.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
<Compile Include="interop34.cs" />
149149
<Compile Include="interop35.cs" />
150150
<Compile Include="interop36.cs" />
151+
<Compile Include="interop37.cs" />
151152
</ItemGroup>
152153
<ItemGroup>
153154
<None Include="..\pythonnet.snk" />

src/runtime/runtime.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public class Runtime
149149
#elif PYTHON36
150150
internal const string _pyversion = "3.6";
151151
internal const string _pyver = "36";
152-
#elif PYTHON37 // TODO: Add `interop37.cs` after PY37 is released
152+
#elif PYTHON37
153153
internal const string _pyversion = "3.7";
154154
internal const string _pyver = "37";
155155
#else

0 commit comments

Comments
 (0)