8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42b4610 + 67aab15 commit e8f6869Copy full SHA for e8f6869
.github/workflows/main.yml
@@ -50,7 +50,7 @@ jobs:
50
- python: pypy3.10
51
platform: ubuntu-latest
52
runs-on: ${{ matrix.platform }}
53
- continue-on-error: ${{ matrix.python == '3.13' || (matrix.python == '3.8' || matrix.python == '3.9') && matrix.platform == 'macos-latest' }}
+ continue-on-error: ${{ matrix.python == '3.13' }}
54
steps:
55
- uses: actions/checkout@v4
56
- name: Setup Python
0 commit comments