From b7ae97335a6f930bdfc3a3fa9f6c175200f9a0ae Mon Sep 17 00:00:00 2001 From: PabloLec Date: Sat, 21 Oct 2023 10:13:18 +0200 Subject: [PATCH] Add Python 3.12 test job --- .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 796f532a..9861bd82 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] fail-fast: false env: IS_GITHUB_RUNNER: "true"