Thank you very much for maintaining the great project django-informixdb!
It makes our integration of Django with Informix much easier.
As we upgraded one of our Ubuntu Servers from 22 to 24 LTS we realized that pyodbc 4.x seems not to be compatible with python 3.12.x (the standard version on ubuntu 24.x) – and django-informixdb on the other hand is not compatible with pyodbc 5.x (which would be compatible to python 3.12).
According to the release notes of pyodbc, „previous Python 3 products using pyodbc should not need any changes“:
https://github.com/mkleehammer/pyodbc/releases/tag/5.0.0
Is there a possibility to make django-informixdb compatible with pyodbc 5.* and python 3.12.*?