collective / collective.jsonmigrator

JSON based migrations for Plone
GNU General Public License v2.0
8 stars 21 forks source link

Version conflict when installing via PIP #49

Closed shogunbr closed 2 years ago

shogunbr commented 2 years ago

collective.jsonmigrator 2.0.0 is not installable via pip due ==2.7 constraint in python_requires https://github.com/collective/collective.jsonmigrator/blob/78f7e92f9d2ad726e33a3eccd53f899ed31bbb4e/setup.py#L56

wesleybl commented 2 years ago

Yes this is a bug. Should be:

python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*!=3.5.*",
wesleybl commented 2 years ago

Fix in #50