I have a site built with Wagtail and Postgres. I'm trying to upgrade it to a Wagtail version that supports Python 3.13. The minimum requirements for that look like:
- Wagtail 6.3 LTS
- Django 5.2+
- PostgreSQL 13+
I have seen the article here explaining that PythonAnywhere does not support anything beyond PostgreSQL12. But I'm wondering if anyone has found an alternative solution? I considered looking into Docker. However, from this article, it doesn't look like that is possible with PythonAnywhere?
Are there any other PythonAnywhere friendly technologies or alternatives I can try?