From a5bc11008c1e04c0579436bae31b44c3eccdc925 Mon Sep 17 00:00:00 2001 From: Jakub Both Date: Wed, 10 Apr 2024 14:47:12 +0200 Subject: [PATCH] MAINT: Upgrade github actions to use Python 3.12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0376230..90a97d67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: # https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#specifying-a-python-version strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.12"] # Complete all versions in matrix even if one fails. fail-fast: false