From eec3cec52817407e27b2a856336c17b1afafc3d3 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Fri, 9 Aug 2024 05:20:11 -0600 Subject: [PATCH] ci: adding 3.12 to test matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ee7f351..3a96dab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] exclude: # excludes 2.7 on windows as chocolatey does not support it anymore - os: windows-latest