From efec566382f2160a6eb15ecdcaba0ed80d5c9aca Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Wed, 28 Oct 2020 13:04:09 -0400 Subject: [PATCH] Now testing with stable version of Python 3.9. (#77) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 03b2a37..668d59d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - "3.6" - "3.7" - "3.8" - - "3.9-dev" + - "3.9" cache: - pip