.NET Core 3.1 & Switching from imp to import lib
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.