Skip to content

Commit e8abce0

Browse files
committed
ci: Mark Python 3.10 as experimental
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.
1 parent 9653a0e commit e8abce0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
build:
1919
runs-on: ${{ matrix.os }}
2020
timeout-minutes: 30
21+
continue-on-error: "${{ matrix.experimental == true }}"
2122

2223
strategy:
2324
fail-fast: false
@@ -73,6 +74,7 @@ jobs:
7374
python: "3.10-dev"
7475
os: windows-latest
7576
tox_env: "py310-xdist"
77+
experimental: true
7678

7779
- name: "ubuntu-py36"
7880
python: "3.6"
@@ -103,6 +105,7 @@ jobs:
103105
python: "3.10-dev"
104106
os: ubuntu-latest
105107
tox_env: "py310-xdist"
108+
experimental: true
106109
- name: "ubuntu-pypy3"
107110
python: "pypy-3.7"
108111
os: ubuntu-latest

0 commit comments

Comments
 (0)