Commit 45a9b8f2 by Cere Blanco Committed by GitHub

ci: add support for python 3.10 experimental builds

Resolves: #3842
parent e359ba50
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment