Skip to content

Commit

Permalink
ci: Mark Python 3.10 as experimental
Browse files Browse the repository at this point in the history
It currently breaks all builds and even after pytest-dev#8540 it looks like tests
still fail because of benjaminp/six#341

As a hotfix, mark it as experimental until everything is fixed, so that
our CI isn't all red.
  • Loading branch information
The-Compiler committed Apr 14, 2021
1 parent 9653a0e commit e8abce0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -18,6 +18,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 30
continue-on-error: "${{ matrix.experimental == true }}"

strategy:
fail-fast: false
Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:
python: "3.10-dev"
os: windows-latest
tox_env: "py310-xdist"
experimental: true

- name: "ubuntu-py36"
python: "3.6"
Expand Down Expand Up @@ -103,6 +105,7 @@ jobs:
python: "3.10-dev"
os: ubuntu-latest
tox_env: "py310-xdist"
experimental: true
- name: "ubuntu-pypy3"
python: "pypy-3.7"
os: ubuntu-latest
Expand Down

0 comments on commit e8abce0

Please sign in to comment.