Skip to content

Commit b8b9cd1

Browse files
committed
issue2551284 - python 3.12b4 breaks email address parsing
I disabled testing under 3.12 because it as breaking the build. Apparently the experimental setting wasn't working right. Try tweaking syntax to see if I can get a full run with a broken 3.12 and still pass testing.
1 parent dd2cf0f commit b8b9cd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# run the finalizer for coveralls even if one or more
3636
# experimental matrix runs fail.
37-
# continue-on-error: ${{ matrix.experimental }}
37+
continue-on-error: ${{ matrix.experimental }}
3838

3939
#runs-on: ubuntu-latest
4040
# use below if running on multiple OS's.
@@ -65,9 +65,9 @@ jobs:
6565

6666
include:
6767
# example: if 3.12 fails the jobs still succeeds
68-
#- python-version: 3.12
69-
# os: ubuntu-22.04
70-
# experimental: [true]
68+
- python-version: 3.12
69+
os: ubuntu-22.04
70+
experimental: true
7171

7272
# 3.6 not available on new 22.04 runners, so run on 20.04 ubuntu
7373
- python-version: 3.6

0 commit comments

Comments
 (0)