oracle / python-cx_Oracle

Python interface to Oracle Database now superseded by python-oracledb
https://oracle.github.io/python-cx_Oracle
Other
890 stars 361 forks source link

Installaing on Python3.11 #656

Closed doronz88 closed 1 year ago

doronz88 commented 1 year ago

I noticed no .whl files are created for Python3.11 - making especially windows installations much more difficult. I believe just adding 311 into tox.ini should be enough to solve that.

cjbj commented 1 year ago

The latest version of cx_Oracle was renamed python-oracledb. This does have Python 3.11 packages, see https://pypi.org/project/oracledb/#files. Please upgrade!

The new doc is at https://python-oracledb.readthedocs.io/en/latest/index.html