Skip to content

Commit c68ac3b

Browse files
committed
Prevent Python 3.12 from blocking checks.
1 parent ef52139 commit c68ac3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- python: pypy3.9
6060
platform: ubuntu-latest
6161
runs-on: ${{ matrix.platform }}
62+
continue-on-error: ${{ matrix.python == '3.12' }}
6263
steps:
6364
- uses: actions/checkout@v3
6465
- name: Setup Python

0 commit comments

Comments
 (0)