Skip to content

Commit

Permalink
Merge f729a9b into 90491d5
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 23, 2022
2 parents 90491d5 + f729a9b commit 8f95935
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -104,7 +104,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11.0-alpha.7"
- "3.11.0-beta.1"
os: [ubuntu-20.04, macos-latest]
exclude:
- os: macos-latest
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
&& startsWith(github.ref, 'refs/tags')
&& startsWith(runner.os, 'Mac')
&& !startsWith(matrix.python-version, 'pypy')
&& !startsWith(matrix.python-version, '3.11.0-alpha.7')
&& !startsWith(matrix.python-version, '3.11.0-beta.1')
env:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: |
Expand All @@ -195,7 +195,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11.0-alpha.7"
- "3.11.0-beta.1"
os: [ubuntu-20.04, macos-latest]
exclude:
- os: macos-latest
Expand Down
4 changes: 2 additions & 2 deletions .meta.toml
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "dbaca5f3c7785b7bca563dabc5f440544069a8f9"
commit-id = "5f8f4eb428494f5cc349f91f7c312095e7ad7422"

[python]
with-appveyor = true
Expand All @@ -20,7 +20,7 @@ additional-envlist = [
]
testenv-setenv = [
"ZOPE_INTERFACE_STRICT_IRO=1",
"watch: ZOPE_WATCH_CHECKERS = 1",
"watch: ZOPE_WATCH_CHECKERS=1",
]

[coverage]
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Expand Up @@ -22,11 +22,13 @@ envlist =
usedevelop = true
pip_pre = true
deps =
# repoze.sphinx.autointerface does not yet support Sphinx >= 5:
Sphinx < 5
setenv =
pure: PURE_PYTHON=1
!pure-!pypy-!pypy3: PURE_PYTHON=0
ZOPE_INTERFACE_STRICT_IRO=1
watch: ZOPE_WATCH_CHECKERS = 1
watch: ZOPE_WATCH_CHECKERS=1
commands =
zope-testrunner --test-path=src {posargs:-vc}
!py27-!pypy: sphinx-build -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest
Expand Down

0 comments on commit 8f95935

Please sign in to comment.