DjangoGirls / tutorial

This is a tutorial we are using for Django Girls workshops
http://tutorial.djangogirls.org/
Other
1.53k stars 1.86k forks source link

[Django 3.1] upgrade Python to 3.8 #1693

Open das-g opened 3 years ago

das-g commented 3 years ago

Django 3.1 requires the newer Python version(s), so merge the Python version changes from #1683 also into branch django-3.1.

nikhiljohn10 commented 3 years ago

@das-g Should I resolve the conflict in my branch and push?

das-g commented 3 years ago

@das-g Should I resolve the conflict in my branch and push?

That'd be great, @nikhiljohn10! If not, I'll do it when I get to it.

nikhiljohn10 commented 3 years ago

@das-g we need to fix https://github.com/DjangoGirls/tutorial/issues/1694 urgently before resolving this conflict i think.

ramonsaraiva commented 3 years ago

Should we take the opportunity to just upgrade Python to 3.9.x?

das-g commented 3 years ago

Should we take the opportunity to just upgrade Python to 3.9.x?

That we can do independently of the switch to Django 3.1. Feel free to file a Pull Request towards the master branch.

nikhiljohn10 commented 3 years ago

@das-g Once we merge #1731, I'll push the Python 3.9.5 PR for avoiding conflicts.