travis ci: add python 3.10

This commit is contained in:
Dmitry Belyaev 2022-01-19 12:11:11 +03:00 committed by Dmitry Belyaev
parent 309969cc42
commit 843ad37066
1 changed files with 5 additions and 4 deletions

View File

@ -1,12 +1,13 @@
language: python
os: linux
language: python
os: linux
dist: focal
python:
- "3.6"
- "3.7"
- "3.8"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
before_install:
- pip install poetry