milenkovicm commented on code in PR #1141:
URL:
https://github.com/apache/datafusion-ballista/pull/1141#discussion_r1861161578
##########
python/pyproject.toml:
##########
@@ -16,15 +16,15 @@
# under the License.
[build-system]
-requires = ["maturin>=0.15,<0.16"]
+requires = ["maturin>=1.5.1,<1.6.0"]
build-backend = "maturin"
[project]
name = "ballista"
description = "Python client for Apache Arrow Ballista Distributed SQL Query
Engine"
readme = "README.md"
license = {file = "LICENSE.txt"}
-requires-python = ">=3.6"
+requires-python = ">=3.7"
Review Comment:
Datafusion python has python > 3.7
--
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]