Skip to content

Commit

Permalink
ci: add support for python 3.10 experimental builds
Browse files Browse the repository at this point in the history
Resolves: #3842
  • Loading branch information
cereblanco authored Mar 30, 2021
1 parent e359ba5 commit 45a9b8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ jobs:
tests:
name: ${{ matrix.os }} / ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: [3.6, 3.7, 3.8, 3.9]
experimental: [false]
include:
- os: Ubuntu
python-version: "3.10.0-alpha - 3.10.0"
experimental: true
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 45a9b8f

Please sign in to comment.