From 9461c12dc67f288288c249975058ceffa3495ce9 Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Mon, 10 Jun 2024 15:01:39 +0100 Subject: [PATCH] added Python versions up to 3.12 --- .github/workflows/core-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core-tests.yml b/.github/workflows/core-tests.yml index 629481c..3e5437f 100644 --- a/.github/workflows/core-tests.yml +++ b/.github/workflows/core-tests.yml @@ -10,7 +10,7 @@ jobs: matrix: # This range ensures coding standard does not conflict with # changes in newer Pythons - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3