From 72c83ad3b046c9cce8ff30bcac6397cbd63ec514 Mon Sep 17 00:00:00 2001 From: Erel Segal-Halevi Date: Sun, 16 Jun 2024 22:10:35 +0300 Subject: [PATCH] 3.11 --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 47e96bf..cebb4ba 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -16,7 +16,7 @@ jobs: strategy: max-parallel: 4 matrix: - python: ["3.8", "3.9", "3.10"] + python: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v2