citusdata / django-multitenant

Python/Django support for distributed multi-tenant databases like Postgres+Citus
MIT License
710 stars 116 forks source link

Update versions throughout the repository #104

Closed JelteF closed 2 years ago

JelteF commented 2 years ago

This tests that we support newer Django, Python and Citus versions and drops support for Django versions that have reached upstream EOL.

The only EOL version that we still test against is django 1.11, because that's the last one to support Python 2.7. I'm pretty sure some people still use this even though they shouldn't. So let's try to keep supporting it for now.