From 44e7ebc46dd83dbb48e9e469a6aa7b0d5a12645c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Mon, 25 Dec 2023 10:13:17 -0500 Subject: [PATCH] CI: Add Python 3.12 to pytest's matrix (#3314) --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 459afd80000..8d470934713 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -25,6 +25,7 @@ jobs: python-version: - '3.8' - '3.10' + - '3.12' fail-fast: true runs-on: ${{ matrix.os }}