From fcefd4ac8d0905146420db3f13f6e494c6166c36 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Tue, 5 Apr 2022 08:23:19 +0200 Subject: Add support for Python 3.10 + fix docs. --- .meta.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.meta.toml') diff --git a/.meta.toml b/.meta.toml index 0c6365a..5c3e8e0 100644 --- a/.meta.toml +++ b/.meta.toml @@ -2,14 +2,15 @@ # https://github.com/zopefoundation/meta/tree/master/config/pure-python [meta] template = "pure-python" -commit-id = "b3b903c81546d54b062adf7fafa32e06125f5ba1" +commit-id = "3b712f305ca8207e971c5bf81f2bdb5872489f2f" [python] with-pypy = true with-legacy-python = true with-docs = true with-sphinx-doctests = false -with-appveyor = false +with-windows = false +with-future-python = false [coverage] fail-under = 100 -- cgit v1.2.1