rdegges/django-twilio

Support for Django 4.1

Closed this issue · 5 comments

The current release of django-twilio is restricted to django 4.0

django-twilio 0.14.0 depends on Django<4.1 and >=4.0

Is there a reason 4.1 is not supported? Anything I can do to help?

jheld commented

alpha support is up. happy to release official support soon if you find no issues!

@jheld Any update on this?

jheld commented

Given no one has come forth with complaints about the alpha release, yes, seems like a good time.

I've just released it to PyPI.

0.14.1 does not install via poetry with Django 4.1. I suspect the culprit is this line, which still specifies Django 4.1: https://github.com/rdegges/django-twilio/blob/master/setup.py#L14
Apologies for only noticing this after the release!

jheld commented

https://github.com/rdegges/django-twilio/releases/tag/v0.14.3

all set. thank you for checking on this.