summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
Diffstat (limited to '.meta.toml')
-rw-r--r--.meta.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.meta.toml b/.meta.toml
index e6bc2a1..28cb8fe 100644
--- a/.meta.toml
+++ b/.meta.toml
@@ -2,14 +2,13 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
-commit-id = "342271a70d886e753e5cc629e8a81b3cfab692ac"
+commit-id = "46a3f3bc"
[python]
with-appveyor = true
with-windows = false
with-pypy = true
with-future-python = false
-with-legacy-python = true
with-docs = true
with-sphinx-doctests = true
with-macos = false
@@ -17,7 +16,7 @@ with-macos = false
[tox]
use-flake8 = true
additional-envlist = [
- "py27-watch, py37-watch",
+ "py37-watch, py311-watch",
]
testenv-setenv = [
"ZOPE_INTERFACE_STRICT_IRO=1",
@@ -48,8 +47,8 @@ additional-config = [
[github-actions]
additional-config = [
- "- [\"2.7\", \"py27-watch\"]",
"- [\"3.7\", \"py37-watch\"]",
+ "- [\"3.11\", \"py311-watch\"]",
]
additional-build-dependencies = [
"zope.proxy",