summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-05-23 08:51:31 +0200
committerMichael Howitz <mh@gocept.com>2022-05-25 18:42:49 +0200
commit136d9fcc22bad729572659da7fa3f574428e767a (patch)
tree13249b9e6b648bfbba20f1b96397956f43ddcf13 /.meta.toml
parent90491d57081a3e6f6a1732914b055397b04008bd (diff)
downloadzope-security-136d9fcc22bad729572659da7fa3f574428e767a.tar.gz
Update to Python 3.11b1 + fix doc creation.
Until `repoze.sphinx.autointerface` supports Sphinx 5 (which is used here because we support future python versions and activate installing pre-released package version, which is needed for some other packages to get a RestrictedPython which runs on Python 3.11) we have to use an older version.
Diffstat (limited to '.meta.toml')
-rw-r--r--.meta.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.meta.toml b/.meta.toml
index 58cd5cb..dcb932b 100644
--- a/.meta.toml
+++ b/.meta.toml
@@ -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
@@ -20,7 +20,7 @@ additional-envlist = [
]
testenv-setenv = [
"ZOPE_INTERFACE_STRICT_IRO=1",
- "watch: ZOPE_WATCH_CHECKERS = 1",
+ "watch: ZOPE_WATCH_CHECKERS=1",
]
[coverage]