From f8a16b9d111568dd3b2d831848be1228d48ffd3d Mon Sep 17 00:00:00 2001 From: Denitsa Hristova Date: Tue, 11 Feb 2025 16:58:55 +0200 Subject: [PATCH] update Python versions in CI (#284) --- .github/workflows/python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 8201eb3c..40c18436 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout