summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-02-07 11:15:48 +0100
committerGitHub <noreply@github.com>2023-02-07 10:15:48 +0000
commit8f8ed8f7b603792b48401a64b51e900e86b88a82 (patch)
tree7fa4ac09d90e57c261ea28bc8281c42d7032d8b3 /.meta.toml
parent14ba59c98e12517b9f8abcdb24bc882bb435ed7c (diff)
downloadzope-pagetemplate-8f8ed8f7b603792b48401a64b51e900e86b88a82.tar.gz
Multiple changes (#31)
* Add support for Python 3.11. * Lint the code. * Improve error handling in test. * Bumped version for breaking release. * Drop support for Python 2.7, 3.5, 3.6. Co-authored-by: Gil Forcada Codinachs <gil.gnome@gmail.com>
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 7bb3250..f0ea76b 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 = "7788b0c785ec23246369c0df9c6010e0047d8645"
+commit-id = "638bf910"
[python]
with-pypy = true
-with-legacy-python = true
with-docs = true
with-sphinx-doctests = true
with-windows = false
with-future-python = false
+with-macos = false
[tox]
use-flake8 = true