File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 31
31
jobs :
32
32
test :
33
33
strategy :
34
+ # https://blog.jaraco.com/efficient-use-of-ci-resources/
34
35
matrix :
35
36
python :
36
37
- " 3.8"
49
50
- python : pypy3.10
50
51
platform : ubuntu-latest
51
52
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' }}
53
54
steps :
54
55
- uses : actions/checkout@v4
55
56
- name : Setup Python
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Homepage = "https://github.com/jaraco/pmxbot.webhooks"
31
31
[project .optional-dependencies ]
32
32
testing = [
33
33
# upstream
34
- " pytest >= 6, != 8.1.1 " ,
34
+ " pytest >= 6, != 8.1.* " ,
35
35
" pytest-checkdocs >= 2.4" ,
36
36
" pytest-cov" ,
37
37
" pytest-mypy" ,
You can’t perform that action at this time.
0 commit comments