From 4e4bf82dd6a17c7fdab167e9f7b9c91b42505660 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Wed, 11 Oct 2023 16:43:47 -0500 Subject: [PATCH] Run tests on Python 3.12 --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index b5b8cb784..165f40404 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -16,7 +16,7 @@ jobs: strategy: matrix: # "3.10" must be a string; otherwise it is interpreted as 3.1. - python-version: ["3.11", "3.10", "3.9", "3.8"] + python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"] os: [ubuntu-latest, windows-latest, macOS-latest] fail-fast: false