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.
1 parent f4529af commit 744cf2aCopy full SHA for 744cf2a
.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' }}
+ continue-on-error: ${{ matrix.python == '3.13' || (matrix.python == '3.8' || matrix.python == '3.9') && matrix.platform == 'macos-latest' }}
54
steps:
55
- uses: actions/checkout@v4
56
- name: Setup Python
0 commit comments