summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-03-06 07:56:41 +0100
committerGitHub <noreply@github.com>2023-03-06 07:56:41 +0100
commit7c9340441401198b3eae0b76517afde6ff1d1719 (patch)
tree31f2b0e13b086927aaa43446cf13db4967796cb3 /.meta.toml
parent27ee700bdd906c130daf17cbeb53ca028f870319 (diff)
downloadzope-security-7c9340441401198b3eae0b76517afde6ff1d1719.tar.gz
Add preliminary support for Python 3.12 as of 3.12a5. (#96)
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 2145952..f70b396 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 = "4f0f7596"
+commit-id = "f0962ac8"
[python]
with-appveyor = true
with-windows = false
with-pypy = true
-with-future-python = false
+with-future-python = true
with-docs = true
with-sphinx-doctests = true
with-macos = false