From 58c09e2ea7c8e831db5f1d36ae8137da1cad0001 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 12 Oct 2022 22:40:39 +0300 Subject: [PATCH] Makefile: drop py<3.7, add 3.10 The Makefile has a home-grown multi-Python test setup, and that wasn't updated when the CI was switched to 3.7+. This fixes that inconsistency. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb6d207..2d29334 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.4 3.5 3.6 3.7 3.8 3.9 +PYVERS = 3.7 3.8 3.9 3.10 REPS = 5 all: doc test -- 2.39.2