oracle / python-oracledb

Python driver for Oracle Database conforming to the Python DB API 2.0 specification. This is the renamed, new major release of cx_Oracle
https://oracle.github.io/python-oracledb
Other
308 stars 61 forks source link

Please release cp312 wheel #237

Closed ThiefMaster closed 8 months ago

ThiefMaster commented 9 months ago

Considering that Python 3.12 is out and you already declare support for it, it would be nice to also have binary wheels for 3.12 available.

This would be especially useful because building it from source takes quite a while on a pretty fast machine:

[adrian@eluvian:/tmp]> fc -lEDL -1
25039  5.10.2023 13:12  2:42  pip install oracledb

nearly 3 minutes

anthony-tuininga commented 9 months ago

We certainly plan to include Python 3.12 in the next release. I'll look into creating wheels for version 1.4.1 as well and get back to you on that.

ThiefMaster commented 9 months ago

Great, thanks for looking into it!

anthony-tuininga commented 8 months ago

python-oracledb 1.4.2 was just released with Python 3.12 binaries.