mitodl/open-discussions

Upgrade python to 3.10.x

Closed this issue · 1 comments

We should upgrade python to 3.10.x (recommended by heroku) at some point. There are breaking changes so this will require some code refactoring and dependency updates.

Upgraded to python 3.11 and django 4.1.9

I did not upgrade django beyond 4.1.x because django 4.2+ requires PostgreSQL 12+. The current docker-compose file uses postgres 11. This will be upgraded in a separate PR.