bump travis python version to 3.9
This commit is contained in:
parent
1b0bb7b0ba
commit
67dd906a80
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue