From 6d6cc1b8d31e00fb44adfec06231d28aec611db3 Mon Sep 17 00:00:00 2001
From: Yaroslav Halchenko <debian@onerussian.com>
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 a031dad44..b81066c4b 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