mirror of
https://github.com/sartography/SpiffWorkflow.git
synced 2026-03-13 08:00:46 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user