From c1ba8de15e8478418ac9aa8d5524f63c3e5a460d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 13 Jul 2022 14:38:13 +0200 Subject: [PATCH] FINALLY!!! --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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