Skip to content

Include packaging.version in CI builds? #640

@achilleas-k

Description

@achilleas-k

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions