From d8e47d48e46339ad511d3c2897d1d008a305e053 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 27 Nov 2024 12:25:21 -0500 Subject: [PATCH] ENH: also test dev-deps against latest supported by us version of Python (3.12 ATM) --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef75d1d4f..630d7651d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,6 +45,9 @@ jobs: - os: ubuntu-latest python: 3.9 mode: dev-deps + - os: ubuntu-latest + python: 3.12 + mode: dev-deps - os: ubuntu-latest python: 3.9 mode: nfs