Re: [PR] Add Python version 3.13 to test matrix. [iceberg-python]

2025-01-19 Thread via GitHub
kevinjqliu commented on PR #1377: URL: https://github.com/apache/iceberg-python/pull/1377#issuecomment-2601016186 Blocked on Ray 3.13 https://github.com/ray-project/ray/issues/49738 We can run `poetry update` after -- This is an automated message from the Apache Git Service. To res

Re: [PR] Add Python version 3.13 to test matrix. [iceberg-python]

2025-01-15 Thread via GitHub
Fokko commented on PR #1377: URL: https://github.com/apache/iceberg-python/pull/1377#issuecomment-2593287814 Fixing conflicts to see where we are with 3.13 :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] Add Python version 3.13 to test matrix. [iceberg-python]

2024-12-20 Thread via GitHub
Fokko commented on PR #1377: URL: https://github.com/apache/iceberg-python/pull/1377#issuecomment-2557103041 ``` at ~/.local/lib/python3.10/site-packages/poetry/installation/chef.py:164 in _prepare 160│ 161│ error = ChefBuildError("\n\n".join(message_p

Re: [PR] Add Python version 3.13 to test matrix. [iceberg-python]

2024-12-20 Thread via GitHub
Fokko commented on PR #1377: URL: https://github.com/apache/iceberg-python/pull/1377#issuecomment-2557096798 @JE-Chen I think it pulls `pyo3` in when it can't find pre-build wheels for a combination of the Python version and architecture. -- This is an automated message from the Apache Gi

Re: [PR] Add Python version 3.13 to test matrix. [iceberg-python]

2024-11-27 Thread via GitHub
JE-Chen commented on PR #1377: URL: https://github.com/apache/iceberg-python/pull/1377#issuecomment-2504060362 Currently, we are using pyo3 v0.20.3. I think only versions of pyo3 v0.21 or newer support Python 3.13. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Add Python version 3.13 to test matrix. [iceberg-python]

2024-11-26 Thread via GitHub
JE-Chen commented on PR #1377: URL: https://github.com/apache/iceberg-python/pull/1377#issuecomment-2503058477 Same error. ``` error: the configured Python interpreter version (3.13) is newer than PyO3's maximum supported version (3.12) ``` -- This is an automated message from th

Re: [PR] Add Python version 3.13 to test matrix. [iceberg-python]

2024-11-26 Thread via GitHub
Fokko commented on PR #1377: URL: https://github.com/apache/iceberg-python/pull/1377#issuecomment-2501858847 @JE-Chen Thanks for checking. It looks like Py3O is already at 3.13: https://github.com/PyO3/pyo3/issues/4636 I was hoping that maybe bumping the Poetry build might fix it https://gi

Re: [PR] Add Python version 3.13 to test matrix. [iceberg-python]

2024-11-26 Thread via GitHub
JE-Chen commented on PR #1377: URL: https://github.com/apache/iceberg-python/pull/1377#issuecomment-2500736509 ``` error: the configured Python interpreter version (3.13) is newer than PyO3's maximum supported version (3.12) ``` -- This is an automated message from the Apache Git S