From 67712a989daaa56cecbe5691bd7c3e155298f20e Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 4 Nov 2024 12:58:36 +0500 Subject: [PATCH] fix: corrected python version in ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b123a67..fa7fff9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: '3.11' + python-version: '3.12' architecture: x64 - run: pip install -r requirements/ci.txt - name: Run tox