Taragolis commented on PR #36755: URL: https://github.com/apache/airflow/pull/36755#issuecomment-1889736530
Seems [`0.9.3.dev2258`](https://pypi.org/project/duckdb/0.9.3.dev2258/#files) pre-release is a first which supports 3.12 ```console ❯ pip install duckdb==0.9.3.dev2258 Collecting duckdb==0.9.3.dev2258 Obtaining dependency information for duckdb==0.9.3.dev2258 from https://files.pythonhosted.org/packages/3c/43/094637a1939e8ba6ae53a788bd46adfd0b71fe0a6e182c8e6179b2966e09/duckdb-0.9.3.dev2258-cp312-cp312-macosx_11_0_arm64.whl.metadata Downloading duckdb-0.9.3.dev2258-cp312-cp312-macosx_11_0_arm64.whl.metadata (768 bytes) Downloading duckdb-0.9.3.dev2258-cp312-cp312-macosx_11_0_arm64.whl (13.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.7/13.7 MB 3.6 MB/s eta 0:00:00 Installing collected packages: duckdb Successfully installed duckdb-0.9.3.dev2258 ``` -- 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]
