From 53228cb9bd59b7b2b1c12be70b4eb6aaeb2efcff Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Fri, 6 Jun 2025 18:26:51 +0530 Subject: [PATCH] logic update --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 3373b44c..d8410794 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -103,7 +103,7 @@ jobs: os: [windows-latest, windows-11-arm] architecture: [x64, x86, arm64] freethreaded: ['false', 'true'] - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13.1'] exclude: - architecture: x64 freethreaded: 'true'