summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-04-05 08:23:19 +0200
committerMichael Howitz <mh@gocept.com>2022-04-06 08:19:05 +0200
commitfcefd4ac8d0905146420db3f13f6e494c6166c36 (patch)
tree028c306382e7433450c82aac130f3b1ab2f82c49 /.meta.toml
parent4404adf123bbd0a51fcdb70f02ee6c8191837f09 (diff)
downloadzope-browser-fcefd4ac8d0905146420db3f13f6e494c6166c36.tar.gz
Add support for Python 3.10 + fix docs.
Diffstat (limited to '.meta.toml')
-rw-r--r--.meta.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.meta.toml b/.meta.toml
index 0c6365a..5c3e8e0 100644
--- a/.meta.toml
+++ b/.meta.toml
@@ -2,14 +2,15 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
-commit-id = "b3b903c81546d54b062adf7fafa32e06125f5ba1"
+commit-id = "3b712f305ca8207e971c5bf81f2bdb5872489f2f"
[python]
with-pypy = true
with-legacy-python = true
with-docs = true
with-sphinx-doctests = false
-with-appveyor = false
+with-windows = false
+with-future-python = false
[coverage]
fail-under = 100