summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-01-18 08:35:25 +0100
committerGitHub <noreply@github.com>2023-01-18 08:35:25 +0100
commit1944eef0b8bdd4b686ff441e0210537381714a4b (patch)
treef9b6a228d3913e666d15ad1af53179d40d0e9088 /.meta.toml
parent1239c75e4e190df992bf34a88b4ead2c952afe86 (diff)
downloadzope-browser-1944eef0b8bdd4b686ff441e0210537381714a4b.tar.gz
Config with pure python template (#18)
* Drop support for Python 2.7, 3.5, 3.6. * 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 5c3e8e0..e4002d6 100644
--- a/.meta.toml
+++ b/.meta.toml
@@ -2,15 +2,15 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
-commit-id = "3b712f305ca8207e971c5bf81f2bdb5872489f2f"
+commit-id = "4f0f7596"
[python]
with-pypy = true
-with-legacy-python = true
with-docs = true
with-sphinx-doctests = false
with-windows = false
with-future-python = false
+with-macos = false
[coverage]
fail-under = 100