bump travis python version to 3.9

This commit is contained in:
Heng Li 2021-03-23 09:12:49 -04:00
parent 1b0bb7b0ba
commit 67dd906a80
1 changed files with 1 additions and 1 deletions

View File

@ -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