From 76720ee0852a4ed203f4071f764af5f0da0fff98 Mon Sep 17 00:00:00 2001 From: amitkr-22 Date: Mon, 16 Mar 2026 11:30:43 +0000 Subject: [PATCH] updated pyhton version for continuous integration --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index dfeda02..7264571 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -12,10 +12,10 @@ jobs: with: fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function - - name: Install Python 3.9 + - name: Install Python 3.13 uses: actions/setup-python@v1 with: - python-version: 3.9 + python-version: 3.13 - name: Upgrade python pip run: python -m pip install --upgrade pip