From a013dffd8685f029668ca7cc322bcb5050ce9364 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Tue, 12 Oct 2021 15:11:09 -0700 Subject: Update Travis Python versions --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9abb2f5..e9adf84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ python: - '3.6' - '3.7' - '3.8' - - '3.9-dev' + - '3.9' + - '3.10' install: - pip install -U pip - pip install . -- cgit v1.2.3