From ec017e74251bc5f6f463efad013d06d1e0df2dc6 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 3 May 2024 17:15:36 -0400 Subject: [PATCH] CI: Run tests on Python 3.12 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a441f1e4..55181661 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: strategy: matrix: os: ['ubuntu-latest', 'macos-latest'] - python-version: [3.8, 3.9, "3.10", "3.11"] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] dependencies: ['full', 'pre'] include: - os: ubuntu-latest