ci: add python 3.10 and 3.11-dev

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
rui 2021-12-11 18:46:25 -05:00 committed by Rui Chen
parent 0609c59676
commit 0e1db13865
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,3 @@
sudo: false
language: python
python:
@ -11,7 +9,8 @@ python:
- 3.7
- 3.8
- 3.9
- 3.10-dev
- 3.10
- python: 3.11-dev
install:
- pip install tox-travis codecov
@ -22,7 +21,7 @@ matrix:
fast_finish: true
include:
- python: 3.9
- python: 3.10
env:
- TOXENV=flake8