From c4a643f110e8e1a0cbd4f5fca7fb287db184eb5a Mon Sep 17 00:00:00 2001 From: nikolas Date: Tue, 27 Aug 2024 23:40:06 -0400 Subject: [PATCH] Test on python 3.10 by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acdd0fe..1d313e6 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ install: $(PYTHON) setup.py install test: - TOXENV=py39 tox + TOXENV=py310 tox