citusdata / django-multitenant

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

Align with Django's current versions #132

Closed Atem18 closed 1 year ago

Atem18 commented 1 year ago

Django 2.2 is end of life since April of last year.

There is also Django 4.1 and Python 3.11 out, so this add tests for it as well as all Django/Python's supported versions

gurkanindibay commented 1 year ago

@Atem18 Thanks for your contribution I'll examine and merge ASAP

gurkanindibay commented 1 year ago

@Atem18 I need to make some more changes to add these changes. #141 Thanks for your efforts