diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89ad8e3281..94397d94bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - '3.6' - '3.9' - '3.10' - - '3.11-dev' + # - '3.11-dev' - pypy-3.7 # Items in here will either be added to the build matrix (if not @@ -186,11 +186,11 @@ jobs: fail-fast: false matrix: include: - - python-version: 3.9 + - python-version: "3.10" python-debug: true valgrind: true - - python-version: 3.11-dev - python-debug: false + # - python-version: "3.11-dev" + # python-debug: false name: "🐍 ${{ matrix.python-version }}${{ matrix.python-debug && '-dbg' || '' }} (deadsnakes)${{ matrix.valgrind && ' • Valgrind' || '' }} • x64" runs-on: ubuntu-latest