From a65018d9a21b3c5fe6c4975ff50878a6464e1236 Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Thu, 6 Feb 2025 13:30:12 +0530 Subject: [PATCH] [6.16.z] Add Python 3.13 for PR checks in GHA (#17522) Add Python 3.13 for PR checks in GHA (#17405) Signed-off-by: Gaurav Talreja (cherry picked from commit e2d0259660c64faeef6c4206c38c8a7f846da3c8) (cherry picked from commit 1edc6053c55a61fa079ea9a24926fef745262dc1) --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4f1cb45d5aa..a373179c0f3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12', '3.13'] env: UV_CACHE_DIR: /tmp/.uv-cache UV_SYSTEM_PYTHON: 1