From 6b3e9e914241072c4214b63c6906bed4dc2677ae Mon Sep 17 00:00:00 2001 From: Clea Parcerisas Date: Tue, 3 Sep 2024 10:14:51 +0200 Subject: [PATCH] ci: added python 3.11 to ci tests --- .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 8bbd6f5..98e91af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-versions: ["3.9", "3.10"] + python-versions: ["3.9", "3.10", "3.11"] os: [ ubuntu-20.04 ] runs-on: ${{ matrix.os }}