Add Python 3.10 to CI (#242)

* Add python 3.10 to CI

* Update .travis.yml

Bump ubuntu version to get python 3.10 support

* Update .travis.yml

Use a container instead of full vm

* Update .travis.yml

Revert experiment
This commit is contained in:
jbirddog 2022-10-04 15:04:59 -04:00 committed by GitHub
parent 1325174a3d
commit e9a30e1c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,9 +1,11 @@
dist: focal
language: python
python:
- 3.7
- 3.8
- 3.9
- 3.10
addons:
sonarcloud:
@ -30,4 +32,5 @@ jobs:
- python: 3.7
- python: 3.8
- python: 3.9
- python: 3.10
env: RUN_QUALITY_GATES=true