From e5785420229e8947bba86ce34076b250ae3889ba Mon Sep 17 00:00:00 2001 From: Johanderson Date: Sat, 24 Aug 2024 14:37:46 +0200 Subject: [PATCH] try newer 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 72f5845..7af85a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - python-version: ["3.6", "3.7", "3.8"] + python-version: ["3.8", "3.12"] steps: - uses: actions/checkout@v3