From 1307f41d0ab20d4c8890f714835a3e1b51a842d8 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 29 Nov 2020 13:09:14 +0100 Subject: [PATCH] Run Python 3.9 tests too Both locally and on travis. --- .travis.yml | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bef6fa3..9c43b3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9-dev" - "nightly" # enable OSX support, with only system Python, and newer Python on Linux: diff --git a/Makefile b/Makefile index 3920a0e..8d3602a 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 +PYVERS = 3.4 3.5 3.6 3.7 3.8 3.9 REPS = 5 all: doc test -- 2.39.2