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 de48bf2 + bcf8f07 commit 8980c8cCopy full SHA for 8980c8c
.github/workflows/main.yml
@@ -56,7 +56,7 @@ jobs:
56
- python: pypy3.10
57
platform: ubuntu-latest
58
runs-on: ${{ matrix.platform }}
59
- 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' }}
60
steps:
61
- uses: actions/checkout@v4
62
- name: Setup Python
pyproject.toml
@@ -26,7 +26,7 @@ Homepage = "https://github.com/pypa/distutils"
26
[project.optional-dependencies]
27
testing = [
28
# upstream
29
- "pytest >= 6, != 8.1.1",
+ "pytest >= 6, != 8.1.*",
30
"pytest-checkdocs >= 2.4",
31
"pytest-cov",
32
"pytest-mypy",
0 commit comments