diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ffacadbd9..eb8706be1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.11.0-beta.4] # ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10"] target: [x86_64, i686] steps: - uses: actions/checkout@v3