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

Sync Django version with requirements.txt #2873

Closed
wants to merge 1 commit into from

Conversation

UweMenges
Copy link

This fixes a dependency issue when installing with pip from a tarball. Found using Python 3.13, which removed the 'cgi' module, required for Django 3.2.

This fixes a dependency issue when installing with pip from a tarball.
Found using Python 3.13, which removed the 'cgi' module, required for
Django 3.2.
@deniszh
Copy link
Member

deniszh commented Feb 1, 2025

Well, thanks for your contribution but 3.13 is not single supported version, I'm afraid. 3.8 can be removed, but even 3.9 is still supported by some distros.

@deniszh
Copy link
Member

deniszh commented Feb 2, 2025

Ah, sorry, I changed requirements already. Ok, let me fix tests then. Master would not be compatible with old versions, indeed

@deniszh
Copy link
Member

deniszh commented Feb 2, 2025

@UweMenges : sorry for confusion. Unfortunately, I was forced to include your fix to #2874 (because tests using setup.py, d-oh) and I did it without proper attribution of your code. You can try to rebase but I suspect it will be noop now. I would like to include your change to CHANGELOG anyway.
Thanks!

@UweMenges
Copy link
Author

Closing pull request as the relevant code change went in with #2874.
Feel free to include or omit to CHANGELOG.md what you like. Thanks for caring! :)

@UweMenges UweMenges closed this Feb 3, 2025
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