From 67dd906a80988dddacc8c551623fdc75b0c12dd2 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 23 Mar 2021 09:12:49 -0400 Subject: [PATCH] bump travis python version to 3.9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f0764f1..b43ca9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,6 @@ matrix: before_install: pip install cython script: python setup.py build_ext - language: python - python: "3.6" + python: "3.9" before_install: pip install cython script: python setup.py build_ext