Skip to content

Commit

Permalink
Enable build on Windows using Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jun 9, 2021
1 parent 17e4257 commit 6ce6769
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Expand Up @@ -62,6 +62,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- '3.10.0-beta - 3.10'
os:
- ubuntu-latest
- macos-latest
Expand All @@ -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
Expand Down

0 comments on commit 6ce6769

Please sign in to comment.