MehulBatra opened a new pull request, #254: URL: https://github.com/apache/iceberg-python/pull/254
1. `ray` seems to be a blocker as they do not support python3.12 as of now <img width="941" alt="image" src="https://github.com/apache/iceberg-python/assets/66407733/bb38f133-f2a6-4fe3-a90c-9d9fb6660348"> 2. To upgrade `numpy` to support 3.12, we need to get rid of 3.8 3. Upgraded `greenlet` to 3.0.3 to support python 3.12 4. python 3.12 no longer support distutils PEP632, we need to upgrade packages to install package via PEP517 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
