Skip to content

Commit

Permalink
feat Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanaasagi committed Aug 2, 2021
1 parent 33a38b8 commit 350ae84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,15 @@ jobs:
# - pyver: pypy3
# no-extensions: 'Y'
# os: ubuntu
experimental: [false]
include:
- os: Ubuntu
pyver: "3.10.0-alpha - 3.10.0"
experimental: true
no-extensions: ['', 'Y']
fail-fast: true
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ matrix.experimental }}
timeout-minutes: 15
steps:
- name: Checkout
Expand Down

0 comments on commit 350ae84

Please sign in to comment.