From 0ed1b8b3f36859963e275f3f50aa7289d4343741 Mon Sep 17 00:00:00 2001 From: Philipp Kessling <32732590+pekasen@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:41:39 +0000 Subject: [PATCH] chore(actions): Add Python 3.11 and 3.12 to test runner. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe10fcc..b71fc24 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] # "3.7", "3.8", " + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] # "3.7", "3.8", " steps: - uses: actions/checkout@v3