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 supported django dependencies #17

Merged
merged 5 commits into from
Aug 9, 2024

Conversation

ewjoachim
Copy link
Collaborator

@ewjoachim ewjoachim commented Aug 9, 2024

(same as #16, trying to investigate why the CI didn't run)

Closes #15
Closes #16

For the record: this PR removes outdated Pythons and Djangos and adds supported Pythons and Djangos, and doesn't pin Django anymore in the poetry deps.

@SofienBenAyed SofienBenAyed force-pushed the support-additional-versions-in-pyproject branch from 0796512 to efa2981 Compare August 9, 2024 13:19
Copy link

github-actions bot commented Aug 9, 2024

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  django_readonly_field
  __init__.py
Project Total  

This report was generated by python-coverage-comment-action

@SofienBenAyed SofienBenAyed force-pushed the support-additional-versions-in-pyproject branch 2 times, most recently from 6d8b4fe to 64054e4 Compare August 9, 2024 14:07
@SofienBenAyed SofienBenAyed force-pushed the support-additional-versions-in-pyproject branch from 64054e4 to 2b2a638 Compare August 9, 2024 14:48
@SofienBenAyed SofienBenAyed force-pushed the support-additional-versions-in-pyproject branch from 2b2a638 to a318f51 Compare August 9, 2024 14:57
@ewjoachim ewjoachim enabled auto-merge (squash) August 9, 2024 15:11
@ewjoachim ewjoachim disabled auto-merge August 9, 2024 15:13
@ewjoachim ewjoachim force-pushed the support-additional-versions-in-pyproject branch from b65055d to 5a0a19b Compare August 9, 2024 15:29
@ewjoachim ewjoachim force-pushed the support-additional-versions-in-pyproject branch from 5a0a19b to c633605 Compare August 9, 2024 15:34
Comment on lines -28 to -32
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

(Poetry takes care of this automatically)

@SofienBenAyed SofienBenAyed merged commit 1b4d748 into master Aug 9, 2024
11 checks passed
@SofienBenAyed SofienBenAyed deleted the support-additional-versions-in-pyproject branch August 9, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Django 4 and 5 support
3 participants