opentap / OpenTap.Python

Python integration for OpenTAP
Apache License 2.0
20 stars 6 forks source link

Limit which versions of Python that get loaded #133

Closed rmadsen-ks closed 9 months ago

rmadsen-ks commented 9 months ago

Pythonnet only supports a limited set of python versions.

We should detect when an invalid version gets loaded and avoid it.

rmadsen-ks commented 9 months ago

This was fixed in a recent commit.