Skip to content

.NET Core 3.1 & Switching from imp to import lib

Compare
Choose a tag to compare
@JeffHanna JeffHanna released this 10 May 23:53
· 7 commits to master since this release

Later versions of Python deprecate the imp module for the more modern importlib module. MXSPyCOM will not detect which major version of Python is being used (2 or later) and will pick the correct module to prevent a deprecation warning from being generated.

MXSPyCOM is now built against .NET Core 3.1.14, as .NET Core 3.0 is now unsupported.