From 3ad84985abbec756725a9cd0257ae58c5bfa45ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Wed, 28 Oct 2020 10:33:08 +0100 Subject: [PATCH] Use Python 3.9 final Committed via https://github.com/asottile/all-repos --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e7a0bd8..7be8500 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - 3.6 - 3.7 - 3.8 - - 3.9-dev + - 3.9 - pypy - pypy3