summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-12-23 09:27:18 +0100
committerGitHub <noreply@github.com>2022-12-23 09:27:18 +0100
commite2d9d9d49ceadb0c62ab96117ffc4dfa532819e0 (patch)
tree62e9110f084d572bf06f25115c8f1f794a8f19e9 /.meta.toml
parent831a34f5cf3e2c4297e0da35c4f38e7cf12fac16 (diff)
downloadzope-security-e2d9d9d49ceadb0c62ab96117ffc4dfa532819e0.tar.gz
Config with c code template 831a34f5 (#91)
* Drop support for Python 2.7, 3.5, 3.6.
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",