diff --git a/.github/workflows/python-test.yaml b/.github/workflows/python-test.yaml index 466b32b5..cbd0356b 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", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v4