From 28f5b05a56ab287400c408a87a19d1ad6fbe3e6a Mon Sep 17 00:00:00 2001 From: Stian Molvik <36161719+smolvik1@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:10:15 +0200 Subject: [PATCH] Update ci.yml --- .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 ca8ae33..3634ed9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: pytest: strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ubuntu-latest steps: