This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 319e09c3df [python] Test pypaimon-rust 0.3.0 on Python 3.10 (#8841)
319e09c3df is described below
commit 319e09c3df726fdae49e6a6ed00b7f58f824ffc8
Author: XiaoHongbo <[email protected]>
AuthorDate: Wed Jul 29 14:05:21 2026 +0800
[python] Test pypaimon-rust 0.3.0 on Python 3.10 (#8841)
---
.github/workflows/paimon-python-checks.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/paimon-python-checks.yml
b/.github/workflows/paimon-python-checks.yml
index 5b1ec0c649..8731de01f2 100755
--- a/.github/workflows/paimon-python-checks.yml
+++ b/.github/workflows/paimon-python-checks.yml
@@ -138,7 +138,7 @@ jobs:
python -m pip install "./paimon-python[sql]"
python -c "import tempfile; from datafusion import
SessionContext; from pypaimon_rust.datafusion import PaimonCatalog; warehouse =
tempfile.TemporaryDirectory(); ctx = SessionContext();
ctx.register_catalog_provider('paimon', PaimonCatalog({'warehouse':
warehouse.name}))"
else
- python -m pip install pypaimon-rust==0.2.0
+ python -m pip install pypaimon-rust==0.3.0
fi
python -m pip install 'lumina-data>=${{ env.LUMINA_DATA_VERSION
}}' -i https://pypi.org/simple/
if python -c "import sys; sys.exit(0 if sys.version_info >= (3,
11) else 1)"; then