From 8268a625bc30b236856ed0c0b922010bffda4554 Mon Sep 17 00:00:00 2001
From: Christoph Ladurner <christoph.ladurner@tugraz.at>
Date: Tue, 5 Dec 2023 11:13:56 +0100
Subject: [PATCH] tests: add python 3.11 to the tests matrix

---
 .github/workflows/tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 391c326..a20c066 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
     runs-on: ubuntu-20.04
     strategy:
       matrix:
-          python-version: [3.7, 3.8, 3.9]
+          python-version: [3.7, 3.8, 3.9, "3.11"]
           requirements-level: [pypi]
     env:
       EXTRAS: tests
-- 
GitLab