From 0403554daef3cf6cd21ec321d63e74dc0c239729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asif=20Saif=20Uddin=20=7B=22Auvi=22=3A=22=E0=A6=85?= =?UTF-8?q?=E0=A6=AD=E0=A6=BF=22=7D?= Date: Thu, 23 Apr 2026 23:13:35 +0600 Subject: [PATCH] Change CI runner and update Python versions Updated the CI configuration to use a different runner and removed older Python versions. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f7608b..361e083 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,10 +4,10 @@ jobs: #################### Unittests #################### unittest: - runs-on: blacksmith-4vcpu-ubuntu-2204 + runs-on: blacksmith-4vcpu-ubuntu-2404 strategy: matrix: - python-version: [3.8,3.9,"3.10","3.12","3.13"] + python-version: ["3.10","3.12","3.13"] steps: - name: Check out code from GitHub uses: actions/checkout@v6