From 5ab503120749d848dcd0a738c11cce696560831d Mon Sep 17 00:00:00 2001 From: Sam Ireland Date: Sat, 29 May 2021 18:37:14 +0100 Subject: [PATCH] Remove 3.10 test --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ba1854..38228cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ python: - 3.7 - 3.8 - 3.9 - - 3.10 install: - pip install -r requirements.txt