diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70cf628d..1d3a1c47 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,8 +18,7 @@ jobs: strategy: matrix: platform: ["ubuntu-latest", "windows-latest"] - python-version: ["3.7", "3.8", "3.9", "3.10", - "3.11.0-beta - 3.11", "pypy-3.8", "pypy-3.9"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8", "pypy-3.9"] steps: - uses: "actions/checkout@v3"