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