From c9332873088ff1025cc47b2c7598a0a4c4e92526 Mon Sep 17 00:00:00 2001 From: Jeong-Yoon Lee Date: Fri, 6 Dec 2024 17:58:08 -0800 Subject: [PATCH] Update python-test.yaml --- .github/workflows/python-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test.yaml b/.github/workflows/python-test.yaml index cbd0356b..fb1f1a0e 100644 --- a/.github/workflows/python-test.yaml +++ b/.github/workflows/python-test.yaml @@ -10,7 +10,7 @@ jobs: # You can use PyPy versions in python-version. # For example, pypy3.10 matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4