-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Description
A couple of days ago I opened PR #636 to add version checking for library compatibility between the NIX IO and the NIXPy library. Instead of parsing the version string manually (split on "." and int() the parts), @JuliaSprenger rightly suggested that it would be better to use Version objects, from the packaging.version module, but the module isn't available in the CI builds (except for Python 3.4 on Travis for some reason).
Will the packaging module be added to the CI builds or should I revert to parsing manually?
mdenker