From 427240c6f7182f596cc27e3fdc3a39c67504bf90 Mon Sep 17 00:00:00 2001 From: RTUnreal Date: Tue, 4 Jun 2024 17:20:04 +0200 Subject: [PATCH] add python 3.12 to version matrix --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 5b5872d..cb0c6ff 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -16,7 +16,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"] steps: - uses: actions/checkout@v2