cloudera / impyla

Python DB API 2.0 client for Impala and Hive (HiveServer2 protocol)
Apache License 2.0
730 stars 248 forks source link

Revert versioneer bump #533

Closed csringhofer closed 10 months ago

csringhofer commented 10 months ago

Merging this quickly as it broke some use cases where pip was using master version of Impyla.

pp-gborodin commented 3 months ago

This also breaks python 3.12 support, any updates on this?

csringhofer commented 3 months ago

The plan is to:

  1. release a final impyla version that supports Python 2.7
  2. reapply the patch to make it work with Python 3.12
  3. create a release that supports Python 3.12

I am working on 1, but spotted a bug during testing (#549), waiting for someone to review the fix.