From 32213763bacb555561aad19848df340bf8410849 Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Fri, 16 Feb 2024 16:56:38 +0100 Subject: [PATCH] tests with more pythons Signed-off-by: Matthias Gatto --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 838c8f3..78106e3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -37,7 +37,7 @@ jobs: tests-app: strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2