From 19c488d60d42fbaa0f62110094ee8035af54572c Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 17 Apr 2023 22:43:51 +0200 Subject: [PATCH] Makefile: add Python 3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is less and less used given GitHub actions, but… --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0fe2199..37307ff 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ DISTFILE = $(FULLVER).tar.gz MODNAME = xattr.so RSTFILES = doc/index.rst doc/module.rst doc/news.rst doc/readme.md doc/conf.py -PYVERS = 3.7 3.8 3.9 3.10 +PYVERS = 3.7 3.8 3.9 3.10 3.11 REPS = 5 all: doc test -- 2.39.2