Taragolis commented on code in PR #36755:
URL: https://github.com/apache/airflow/pull/36755#discussion_r1488424147


##########
pyproject.toml:
##########
@@ -285,7 +285,8 @@ devel-devscripts = [
     "twine>=4.0.2",
 ]
 devel-duckdb = [
-    "duckdb>=0.9.0",
+    # TODO: duckdb dev wheels are produced in a strange way with 3.12 support 
(they are missing for linux now)
+    "duckdb>=0.9.0; python_version < '3.12'",

Review Comment:
   https://github.com/duckdb/duckdb/releases/tag/v0.10.0
   
   ```suggestion
       "duckdb>=0.10.0",
   ```
   



-- 
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]

Reply via email to