From 4d490966549c43e56a6a5aaf17955922ad15ad18 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 8 Apr 2022 17:48:56 +0200 Subject: Add support for Python 3.10 + fix docs. (#26) * Bumped version for feature release. --- .meta.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.meta.toml') diff --git a/.meta.toml b/.meta.toml index 2cd2e91..fad8c6e 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 = "20bd2b81e77d10768865fa8ec7840352a7ebab8f" +commit-id = "efb3f62f0f2d8deea657bae8db49a191698e62ef" [python] -with-appveyor = false with-pypy = true with-legacy-python = true with-docs = true with-sphinx-doctests = false +with-windows = false +with-future-python = false [tox] use-flake8 = true -- cgit v1.2.1