From e49e8fb51e3cb9338cd8eecc05ff511784b046f5 Mon Sep 17 00:00:00 2001
From: Alexandru Fikl <alexfikl@gmail.com>
Date: Wed, 23 Oct 2024 10:27:18 +0300
Subject: [PATCH] ci: bump test matrix python versions

---
 .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 13f219a..fcc65bf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
         runs-on: ${{ matrix.os }}
         strategy:
             matrix:
-                python-version: ["3.8", "3.9", "3.x", "pypy3.9"]
+                python-version: ["3.10", "3.12", "3.x", "pypy3.10"]
                 os: [ubuntu-latest, macos-latest]
         steps:
         -   uses: actions/checkout@v4
-- 
GitLab