File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 27
27
- ["3.8", "py38"]
28
28
- ["3.9", "py39"]
29
29
- ["3.10", "py310"]
30
- - ["3.11.0-alpha.6 ", "py311"]
30
+ - ["3.11.0-beta.1 ", "py311"]
31
31
- ["3.9", "docs"]
32
32
- ["3.9", "coverage"]
33
33
- ["3.9", "py39-datetime"]
37
37
- { os: windows, config: ["3.9", "coverage"] }
38
38
39
39
runs-on : ${{ matrix.os }}-latest
40
+ if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
40
41
name : ${{ matrix.os }}-${{ matrix.config[1] }}
41
42
steps :
42
43
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2
2
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
3
3
[meta ]
4
4
template = " pure-python"
5
- commit-id = " 387516cfda91ee38cde868ef0d6205314a6a9bef "
5
+ commit-id = " 5461bae88c19d8d771ba2bd5f00c69540580335d "
6
6
7
7
[python ]
8
8
with-pypy = false
Original file line number Diff line number Diff line change 22
22
datetime: DateTime
23
23
-cconstraints.txt
24
24
pytest-cov
25
+ # repoze.sphinx.autointerface does not yet support Sphinx >= 5:
26
+ Sphinx < 5
25
27
setenv =
26
28
COVERAGE_FILE =.coverage.{envname}
27
29
commands =
89
91
datetime: DateTime
90
92
-cconstraints.txt
91
93
pytest-cov
94
+ # repoze.sphinx.autointerface does not yet support Sphinx >= 5:
95
+ Sphinx < 5
92
96
setenv =
93
97
COVERAGE_FILE =.coverage
94
98
commands =
You can’t perform that action at this time.
0 commit comments