We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef52139 commit c68ac3bCopy full SHA for c68ac3b
.github/workflows/main.yml
@@ -59,6 +59,7 @@ jobs:
59
- python: pypy3.9
60
platform: ubuntu-latest
61
runs-on: ${{ matrix.platform }}
62
+ continue-on-error: ${{ matrix.python == '3.12' }}
63
steps:
64
- uses: actions/checkout@v3
65
- name: Setup Python
0 commit comments