From b42135fb1adc677c0c87b89574ad259889273aa1 Mon Sep 17 00:00:00 2001 From: gousaiyang Date: Wed, 7 Apr 2021 16:16:49 -0700 Subject: [PATCH] Disable 3.10 build for now --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5bab61..0de073e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,9 +31,9 @@ jobs: matrix: python-version: ['3.6', '3.7', '3.8', '3.9'] experimental: [false] - include: - - python-version: '3.10-dev' - experimental: true + # include: + # - python-version: '3.10-dev' + # experimental: true steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}