cythonize from setup.py to support python 3.11#32
cythonize from setup.py to support python 3.11#32csringhofer merged 1 commit intocloudera:masterfrom
Conversation
|
Also works for Python 3.12. |
|
Trying to get attention from someone at Cloudera to maintain this package. @ihodes maybe? |
|
Or possibly @phunt or @lajosrodek? |
|
@ecederstrand Python 2.7 support should be dropped soon, but it would be nice to have a final release for it. |
|
Python 2.7 was EOL almost four years ago. I haven't tested it and personally don't see any value maintaining support for it. |
|
impala-shell still supports Python 2.7. My plan was to test this change via impala-shell, which turned out to be tricky due the build system being tied to Python2 Thanks again for working on this! |
Similar to #31 but running cython at build time.