Closed
Description
Situation
I'm confused by the statement in the Readme that seems to say 2.10.0 does still support Python 2.7. That's not what I'm seeing. I have a project that uses this package and runs in Py2, and as soon as it started using the 2.10 release, I started getting errors like this which look to me like what you'd get from a Py2 vs. Py3 incompatibility:
TypeError("Expected str or VersionInfo instance, but got <type 'unicode'>"
When I pin the dependency to <2.10
, the error goes away.
Originally posted by @eli-darkly in #161 (comment)
Metadata
Metadata
Assignees
Labels
Error, flaw or fault to produce incorrect or unexpected resultsError, flaw or fault to produce incorrect or unexpected results