From 5f00d78e6c12a4a5763f49b5d9cce42ce11bb610 Mon Sep 17 00:00:00 2001 From: Jonathan Helmus Date: Thu, 22 Feb 2024 16:37:22 -0600 Subject: [PATCH] add 3.11 and 3.12 to test matrix --- .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 3a382d5..6081f94 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3