Skip to content

Conversation

@MysticEntity-dev
Copy link

As, in my testing, 1.15.1 works well with Django 6 I suggest adding it as supported Version.

Also changed a soon to be deprecated line in pyproject.toml.

Happy to get feedback and adjust things I missed :D

@MysticEntity-dev
Copy link
Author

I dont know why the checks fail here, I commited the new poetry.lock like other PR did. I guess other PR never required a new .lock file.
Im unsure if adding a "poetry lock" step bevor "Install Dependencies" in codecov.yml would be a viable solution

django = [
{ version = '^4.2', python = '>=3.9 <3.10' },
{ version = '^4.2 || ^5', python = '>=3.10' },
{ version = '^4.2 || ^5 || ^6', python = '>=3.10' },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{ version = '^4.2 || ^5 || ^6', python = '>=3.10' },
{ version = '^4.2 || ^5', python = '>=3.10' },
{ version = '^6', python = '>=3.12' },

I'm not 100% sure this will work, but I think we need to specify a different bound for Django 6.0

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 this pull request may close these issues.

2 participants