-
-
Notifications
You must be signed in to change notification settings - Fork 866
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
add support for Django 5.0 and Python 3.12 #1331
Conversation
Thanks for the PR. I'm looking forward to dropping everything before 4.2 in accordance with the guidelines put forth by upstream once it is released. |
Looks like some dependencies are not depreciation free for Python 3.12 (such as |
I'm not overly bothered by the deprecation warnings, it seems like the actual failure comes from not installing |
Yeah you're right. I created an issue in the |
96fea47
to
27db534
Compare
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.
Thanks for doing this Sarah. @jschneier / @foarsitter could you approve the workflow to run?
27db534
to
029bcd7
Compare
I have updated that dropbox tests should be skipped when testing Python 3.12 (ref dropbox/dropbox-sdk-python#483) as not currently supported 👍 |
For Dropbox does it make sense to install |
I think (if I understand correctly) django-storages/.github/workflows/ci.yml Line 66 in 029bcd7
For me, the ideal solution is dropbox accepts this PR: dropbox/dropbox-sdk-python#484 and publish a new release on PyPi 🤞 |
The skipping Dropbox fix doesn't seem to work :| |
029bcd7
to
09e1721
Compare
Sorry @jschneier I should have been testing against my fork from the start 🤦♀️ |
No worries once this goes in the CI will not be blocked. Lint issue popped up from the fix but that should be the last bit. |
Co-authored-by: RachellCalhoun <[email protected]> Co-authored-by: AmiZya <[email protected]>
09e1721
to
ff7fbf5
Compare
Thanks! |
Hello 👋 firstly thank you so much for this package!
As Django 5.0 beta is released (and 5.0 will be released in December), this is hopefully some of the prep work for testing against 5.0. Understand though if you want to wait until the final version is released.