Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update requirements for wagtail > 4.0 #610

Closed
jcuotpc opened this issue Sep 7, 2022 · 2 comments · Fixed by #613
Closed

update requirements for wagtail > 4.0 #610

jcuotpc opened this issue Sep 7, 2022 · 2 comments · Fixed by #613

Comments

@jcuotpc
Copy link

jcuotpc commented Sep 7, 2022

The requirements are set for wagtail < 4.0:

`install_requires=[
    "Django>=2.2,<4.1",
    "Wagtail>=2.11,<4.0",

    ],`

Is it possible to update the requirements to add wagtail 4.x and django 4.1.x?

@jcuotpc jcuotpc changed the title update requirements update requirements for wagtail > 4.0 Sep 7, 2022
@zerolab
Copy link
Collaborator

zerolab commented Sep 7, 2022

#602 will take care of this.

I will realistically have some time to do some maintenance work this Friday afternoon. Hopefully we can get a new release out as well

@chris48s
Copy link
Contributor

chris48s commented Sep 7, 2022

Note: were going to either want to merge #602 first and then update #589 to bump the wagtail requirement in pyproject.toml or merge #589 first and update #602 to account for the fact setup.py no longer exists.

@zerolab zerolab linked a pull request Sep 12, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants