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

Django 1.11 and Python 3+ #100

Closed
BallisticPain opened this issue Sep 25, 2020 · 1 comment
Closed

Django 1.11 and Python 3+ #100

BallisticPain opened this issue Sep 25, 2020 · 1 comment

Comments

@BallisticPain
Copy link

I'm currently running Django 1.11.latest and Python 3.8+. Due to this line and the 3 following lines I have an error when Pipenv is attempting to update my dependencies. Only recently have I figured out it was stream-django due to Pipenv finally letting me know which package was causing the ruckus.

I believe changing this line to the following would do the trick...

    django = 'django>=1.11.29,<3.2'  # checked https://docs.djangoproject.com/en/dev/releases/3.1/#backwards-incompatible-3-1

I will submit a PR after posting this issue. Let me know if I need to make any subsequent changes.

Thanks!!
Jarvis

@ferhatelmas
Copy link
Contributor

ferhatelmas commented Aug 12, 2021

should be good now with latest release.

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

No branches or pull requests

2 participants