From c7a4362158be70e7f83b6573c4b25c3db3c22327 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 8 Nov 2023 21:08:48 -0800 Subject: [PATCH] Use Python 3.12 for tests. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e350aa65..53c47c28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ['3.3', '3.10'] + python-version: ['3.3', '3.12'] os: [ubuntu-20.04, macos-latest, windows-2019] exclude: - os: macos-latest