summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-04-20 09:03:00 +0200
committerMichael Howitz <mh@gocept.com>2022-04-22 15:57:15 +0200
commit7ff3c054f483768dab1ebb56b59a1f7db7830864 (patch)
treea06a1bbdc768b7be16c1ae1d3afaed4ff7372700 /.meta.toml
parent2b33bec1afe96b67cf3fb87ad65ede5826056459 (diff)
downloadzope-security-7ff3c054f483768dab1ebb56b59a1f7db7830864.tar.gz
Add support for Python 3.11
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 04ee500..58cd5cb 100644
--- a/.meta.toml
+++ b/.meta.toml
@@ -2,13 +2,13 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
-commit-id = "15807bd13de45b79c7da560a377fe3f22cbc4338"
+commit-id = "dbaca5f3c7785b7bca563dabc5f440544069a8f9"
[python]
with-appveyor = true
with-windows = false
with-pypy = true
-with-future-python = false
+with-future-python = true
with-legacy-python = true
with-docs = true
with-sphinx-doctests = true