This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch chore/ci/support-python-3.13 in repository https://gitbox.apache.org/repos/asf/texera.git
commit 71a4d5ec8d6925364d3c6b9f32c3f66a6b55f8b8 Author: Yicong Huang <[email protected]> AuthorDate: Fri Nov 28 17:06:11 2025 -0800 chore: require ci python 3.13 to pass --- .asf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.asf.yaml b/.asf.yaml index c7e617cd9c..7f04f85c42 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -74,6 +74,7 @@ github: - python (ubuntu-latest, 3.10) - python (ubuntu-latest, 3.11) - python (ubuntu-latest, 3.12) + - python (ubuntu-latest, 3.13) - Check License Headers - Validate PR title required_pull_request_reviews:
