Skip to content

Commit

Permalink
Temporarily remove CPython 3.10-dev from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davfsa committed Aug 30, 2021
1 parent 795e56e commit eb4b5b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
python-version: [3.8, 3.9, 3.10-dev]
# CPython 3.10-dev temporarily removed due to https://github.com/python/typing/issues/865
python-version: [3.8, 3.9]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit eb4b5b5

Please sign in to comment.