From c18bf29df68a7235f3023e3e2a507a0935317894 Mon Sep 17 00:00:00 2001 From: shrey Date: Sat, 27 Jan 2024 15:45:33 +0530 Subject: [PATCH] add python 3.12 and 3.13 for testing env --- .github/workflows/daily-tests.yml | 2 +- .github/workflows/dev-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-tests.yml b/.github/workflows/daily-tests.yml index 5a09be7..3ecee77 100644 --- a/.github/workflows/daily-tests.yml +++ b/.github/workflows/daily-tests.yml @@ -11,7 +11,7 @@ jobs: strategy: max-parallel: 3 matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] steps: - name: Checkout code diff --git a/.github/workflows/dev-tests.yml b/.github/workflows/dev-tests.yml index 62f732d..9bd6a76 100644 --- a/.github/workflows/dev-tests.yml +++ b/.github/workflows/dev-tests.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 3 matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] steps: - name: Checkout code