The latest pulp_deb release has somehow ended up with a pulpcore version range for which there are no supported pulpcore versions:
- pulp_deb 3.6 (latest Y-release) requires
pulpcore>=3.75.0,<3.85
- pulp_deb 3.5 requires
pulpcore>=3.49.0,<3.85
- supported pulpcore versions are
['3.28', '3.39', '3.49', '3.63', '3.73', '3.85']
I am not 100% sure exactly how we got here, but my real question is where do we go from here?
Some options:
- Bump the pulp_deb 3.6 upper bound past the pulpcore 3.85 breaking release boundary. (Do we do this in dot releases?!)
- Abandon the pulp_deb 3.6 branch as a supported release branch and release pulp_deb 3.7 which would use
pulpcore>=3.75.0,<3.100
.
Not sure if there are any other options.