Skip to content

Commit 8980c8c

Browse files
committed
2 parents de48bf2 + bcf8f07 commit 8980c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- python: pypy3.10
5757
platform: ubuntu-latest
5858
runs-on: ${{ matrix.platform }}
59-
continue-on-error: ${{ matrix.python == '3.13' }}
59+
continue-on-error: ${{ matrix.python == '3.13' || (matrix.python == '3.8' || matrix.python == '3.9') && matrix.platform == 'macos-latest' }}
6060
steps:
6161
- uses: actions/checkout@v4
6262
- name: Setup Python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Homepage = "https://github.com/pypa/distutils"
2626
[project.optional-dependencies]
2727
testing = [
2828
# upstream
29-
"pytest >= 6, != 8.1.1",
29+
"pytest >= 6, != 8.1.*",
3030
"pytest-checkdocs >= 2.4",
3131
"pytest-cov",
3232
"pytest-mypy",

0 commit comments

Comments
 (0)