From 6ce67691a9bfa4e1fa69c2915d54b291059227fd Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 9 Jun 2021 11:29:11 +0300 Subject: [PATCH] Enable build on Windows using Python 3.10 See: https://github.com/pytest-dev/pytest/issues/8733 --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cded912..fba2041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,7 @@ jobs: - '3.7' - '3.8' - '3.9' + - '3.10.0-beta - 3.10' os: - ubuntu-latest - macos-latest @@ -74,13 +75,6 @@ jobs: # Disabled until https://github.com/pyca/pynacl/issues/672 will be resolved # - python: 'pypy-3.7' # os: macos-latest - - python: '3.10.0-beta - 3.10' - os: ubuntu-latest - - python: '3.10.0-beta - 3.10' - os: macos-latest - # Disabled until https://github.com/pytest-dev/pytest/issues/8733 will be resolved - # - python: '3.10.0-beta - 3.10' - # os: windows-latest steps: - name: Checkout code