From d9b9a963297bc64a29c5f4257afec3dce8fbd2ac Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali Date: Tue, 10 Dec 2024 14:51:40 +0500 Subject: [PATCH] chore: revert python version upgrade --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6dbf4e970..0bd80af09c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: # https://github.com/actions/setup-python uses: actions/setup-python@v3 with: - python-version: 3.12 + python-version: 3.9 cache: 'pip' cache-dependency-path: requirements/dev.txt - name: Upgrade pip and setuptools