From 332cec1fd94fd7c616a27dcd895663c92e5826e0 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Sun, 15 Jan 2023 10:50:43 +0100 Subject: - update to latest meta/config --- .meta.toml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.meta.toml b/.meta.toml index bf29867..2145952 100644 --- a/.meta.toml +++ b/.meta.toml @@ -2,7 +2,7 @@ # https://github.com/zopefoundation/meta/tree/master/config/c-code [meta] template = "c-code" -commit-id = "3c9d0741" +commit-id = "4f0f7596" [python] with-appveyor = true diff --git a/tox.ini b/tox.ini index 8a47458..ed8ebef 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ # Generated from: # https://github.com/zopefoundation/meta/tree/master/config/c-code [tox] -minversion = 3.18 +minversion = 4.0 envlist = lint py37,py37-pure -- cgit v1.2.1