summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-11-04 07:47:50 +0100
committerMichael Howitz <mh@gocept.com>2021-11-04 08:15:52 +0100
commitee8890dcc6b251bef4d451ceb742613ace37bfc3 (patch)
treea93ea0969eb71b889ed8199d4e7a911efae65ab1 /.meta.toml
parent285490922584c1be42b5be89c00e7c8e1d972fb8 (diff)
downloadzope-pagetemplate-ee8890dcc6b251bef4d451ceb742613ace37bfc3.tar.gz
Add support for Python 3.10.
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 fcc59a1..7bb3250 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 = "785810f9b7cf459f84c3b1a45eb2d639bfb666d2"
+commit-id = "7788b0c785ec23246369c0df9c6010e0047d8645"
[python]
-with-appveyor = false
with-pypy = true
with-legacy-python = true
with-docs = true
with-sphinx-doctests = true
+with-windows = false
+with-future-python = false
[tox]
use-flake8 = true