ibmdb / python-ibmdb

Automatically exported from code.google.com/p/ibm-db
Apache License 2.0
308 stars 191 forks source link

Python 3.13 support #967

Open Houbein opened 1 month ago

Houbein commented 1 month ago

Is your feature request related to a problem? Please describe. ibm-db has no Python 3.13 wheel and building the source code has special requirements

Describe the solution you'd like A Python 3.13 wheel

Houbein commented 3 weeks ago

Hello?

bchoudhary6415 commented 3 weeks ago

Hello @Houbein We are in process of giving support for python3.13

Thank you

vmorris commented 6 days ago

This is breaking detect-secrets installation in Fedora 41.

bchoudhary6415 commented 6 days ago

Hello @vmorris and @Houbein Can you please share error you are getting while installing ibm_db using python3.13?

Thanks

Houbein commented 5 days ago

"Error while downloading clidriver from the following URL : https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/ntx64_odbc_cli.zip"

Most outside url's are blocked by our company security policy. So we need a pre-built wheel for Python 3.13.

bchoudhary6415 commented 5 days ago

Hello @Houbein,

Thank you for your message.

At the moment, the ibm_db package does not present any issues with Python 3.13. We are, however, working on updates to the library, including the preparation of a pre-built wheel specifically for Python 3.13. Once these improvements are finalized, we will release a new version that includes this support.

We appreciate your patience and will notify you once the new version is available.

Thank you