From 88cbb59523ee1f552cbefe8b4c3e5d840d1658a0 Mon Sep 17 00:00:00 2001 From: Lubomir Dolezal Date: Wed, 11 Sep 2024 17:49:50 +0200 Subject: [PATCH] add 3.11 to matrix --- .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 f8d250f..0b94101 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.12"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4