perfact/Products.ZPyODBCDA

Pinned to pyodbc version that no longer works with Python 3.11

Closed this issue · 2 comments

If I try to install pyodbc==4.0.26 into a virtual environment with Python 3.11, I get a lot of compiler errors.

I guess we will need to drop Python 2 support here...

Although I actually was able to also install the current 4.0.39 into a Python 2 virtualenv. Not sure if it will actually work, but at least I get no compiler errors.
Not that we actually still update any systems using Python 2.
So I guess we need to try removing the version pinning or increasing it at some point in the near future (well before Ubuntu 24.04 comes out...)

Fixed by #10