Skip to content

Commit 50bc97f

Browse files
committed
# Conflicts: # pyproject.toml
2 parents 378a26c + bcf8f07 commit 50bc97f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ env:
3131
jobs:
3232
test:
3333
strategy:
34+
# https://blog.jaraco.com/efficient-use-of-ci-resources/
3435
matrix:
3536
python:
3637
- "3.8"
@@ -49,7 +50,7 @@ jobs:
4950
- python: pypy3.10
5051
platform: ubuntu-latest
5152
runs-on: ${{ matrix.platform }}
52-
continue-on-error: ${{ matrix.python == '3.13' }}
53+
continue-on-error: ${{ matrix.python == '3.13' || (matrix.python == '3.8' || matrix.python == '3.9') && matrix.platform == 'macos-latest' }}
5354
steps:
5455
- uses: actions/checkout@v4
5556
- name: Setup Python

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Homepage = "https://github.com/jaraco/pmxbot.webhooks"
3131
[project.optional-dependencies]
3232
testing = [
3333
# upstream
34-
"pytest >= 6, != 8.1.1",
34+
"pytest >= 6, != 8.1.*",
3535
"pytest-checkdocs >= 2.4",
3636
"pytest-cov",
3737
"pytest-mypy",

0 commit comments

Comments
 (0)