From 73b2ca7e1a04c34d8c4914166ce0fd2c6353b683 Mon Sep 17 00:00:00 2001 From: shrey Date: Fri, 10 Jan 2025 22:58:01 +0530 Subject: [PATCH] update python versions for gh actions --- .github/workflows/daily-tests.yml | 2 +- .github/workflows/daily-update-scrip-code-list.yml | 4 ++-- .github/workflows/dev-tests.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/daily-tests.yml b/.github/workflows/daily-tests.yml index 5ab8797..2d3b826 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', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] steps: - name: Checkout code diff --git a/.github/workflows/daily-update-scrip-code-list.yml b/.github/workflows/daily-update-scrip-code-list.yml index a8a1b3d..50bb856 100644 --- a/.github/workflows/daily-update-scrip-code-list.yml +++ b/.github/workflows/daily-update-scrip-code-list.yml @@ -13,10 +13,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up Python 3.10 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - name: Install dependencies run: | diff --git a/.github/workflows/dev-tests.yml b/.github/workflows/dev-tests.yml index c68fd90..abac386 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', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] steps: - name: Checkout code