From ade85869091ea55709a94e30f6567623e5eabf17 Mon Sep 17 00:00:00 2001 From: Jace Browning Date: Mon, 1 Nov 2021 18:00:17 -0400 Subject: [PATCH] Include patch version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c90564d1..e6f69d9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - "3.7" - "3.8" - "3.9" - - "3.10" + - "3.10.0" cache: pip: true