From 94234f21f2fff9dbf552a71d7d38a7b39de95225 Mon Sep 17 00:00:00 2001 From: Mohammod Naimul Islam Suvon Date: Mon, 23 Jun 2025 12:33:07 +0100 Subject: [PATCH] Update deploy.yml Updated python version from 3.8 to 3.11 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e70ca46..2886da37 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.8] + python-version: [3.11] steps: - uses: actions/checkout@v2