From f97d3e5f358e371419cf6f551e34961d1c6f6dac Mon Sep 17 00:00:00 2001 From: Denitsa Hristova Date: Tue, 11 Feb 2025 14:05:58 +0200 Subject: [PATCH] update Python versions in CI --- .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