From a29bf58058507c1644927b0fe4f0160fd3b7de77 Mon Sep 17 00:00:00 2001 From: Philippe Remy Date: Sat, 30 Sep 2023 07:28:33 +0200 Subject: [PATCH] 3.11 --- .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 4a065a2..78ec5df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [ "3.9", "3.10" ] + python-version: [ "3.9", "3.10", "3.11" ] steps: - uses: actions/checkout@v3