This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch iceberg-mirror-sa1
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git

commit 2ad4a5b760befd04c7f2a6355f092ac2a1dbf8ec
Author: Kevin Liu <[email protected]>
AuthorDate: Wed Dec 24 12:09:22 2025 -0800

    add more 3.13
---
 .github/workflows/python-ci.yml | 2 +-
 pyproject.toml                  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml
index e909640f..e7299d3f 100644
--- a/.github/workflows/python-ci.yml
+++ b/.github/workflows/python-ci.yml
@@ -71,7 +71,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python: ['3.10', '3.11', '3.12']
+        python: ['3.10', '3.11', '3.12', '3.13']
 
     steps:
     - uses: actions/checkout@v6
diff --git a/pyproject.toml b/pyproject.toml
index 1c856cd1..9ba0ab54 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,6 +28,7 @@ classifiers = [
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.12",
+    "Programming Language :: Python :: 3.13",
 ]
 dependencies = [
     "mmh3>=4.0.0,<6.0.0",

Reply via email to