diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index a9fe9da..24b073f 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "pypy3.10" ] speed: ["slow", "fast"] steps: