From 61c53e920f74688feb5056ae607ddd60fb8854b3 Mon Sep 17 00:00:00 2001 From: Seung Hyun Kim Date: Tue, 21 Jan 2025 09:40:37 -0600 Subject: [PATCH] add python 3.12 test --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06bd9852..1c50812b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] os: [ubuntu-latest, macos-latest] #, windows-latest] # Run macos tests if really required, since they charge 10 times more for macos include: - os: ubuntu-latest