From 66afdb37baa06c76314f8b8b8fa5d400badf31cb Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 16 Feb 2024 20:35:10 -0600 Subject: [PATCH] Add Python 3.11, 3.12 to testing matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b0e879aa7..bc201c1db 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python: ['3.7', '3.8', '3.9', '3.10'] + python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] include: - os: ubuntu-20.04 python: '3.6'