django-cms / djangocms-column

Column Plugin for django-cms
BSD 3-Clause "New" or "Revised" License
18 stars 44 forks source link

Change requirements to 'Django>=1.11,<3.3' #48

Closed MacLake closed 2 years ago

MacLake commented 3 years ago

We had <=3.2, which doesn’t work for >=3.2.1. <3.3 works for 3.2.*.

MacLake commented 3 years ago

I guess the requirement for 'Django>=1.11,<=3.2' was set by mistake, as it matches 3.2, but not the bug fix and security releases 3.2.* from 3.2.1 on.

mbi commented 3 years ago

We were also bitten by this, please consider merging this PR. :pray:

techlover10 commented 3 years ago

Bumping this and adding my voice to the chorus - please consider merging this, so those of us looking to move to Django 3.2 don't have to maintain a custom fork of this just for the dependency issue. Thanks!

mbi commented 2 years ago

Thank you! Any chance of releasing a new point release to PyPi, please? :pray:

marksweb commented 2 years ago

@mbi I'm afraid I don't have access to release.

NicolaiRidani commented 2 years ago

Hi, regarding the release - please join #release-management on Slack where we can discuss next steps with our contributor team. The django CMS project is completely community driven. For this reason, we all need to work together to find a solution. Pypi access is currently only in the hands of a handful of people (for obvious reasons) - but except for django-cms, the releases for other packages are not really organized at the moment. We need to change that.