-
Notifications
You must be signed in to change notification settings - Fork 3
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
SofienBenAyed
merged 5 commits into
master
from
support-additional-versions-in-pyproject
Aug 9, 2024
Merged
update supported django dependencies #17
SofienBenAyed
merged 5 commits into
master
from
support-additional-versions-in-pyproject
Aug 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SofienBenAyed
force-pushed
the
support-additional-versions-in-pyproject
branch
from
August 9, 2024 13:19
0796512
to
efa2981
Compare
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
SofienBenAyed
force-pushed
the
support-additional-versions-in-pyproject
branch
2 times, most recently
from
August 9, 2024 14:07
6d8b4fe
to
64054e4
Compare
SofienBenAyed
force-pushed
the
support-additional-versions-in-pyproject
branch
from
August 9, 2024 14:48
64054e4
to
2b2a638
Compare
SofienBenAyed
force-pushed
the
support-additional-versions-in-pyproject
branch
from
August 9, 2024 14:57
2b2a638
to
a318f51
Compare
SofienBenAyed
approved these changes
Aug 9, 2024
ewjoachim
force-pushed
the
support-additional-versions-in-pyproject
branch
from
August 9, 2024 15:29
b65055d
to
5a0a19b
Compare
ewjoachim
force-pushed
the
support-additional-versions-in-pyproject
branch
from
August 9, 2024 15:34
5a0a19b
to
c633605
Compare
ewjoachim
commented
Aug 9, 2024
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", |
There was a problem hiding this comment.
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
approved these changes
Aug 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(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.