Skip to content

Commit

Permalink
Add Python 3.10 to E2E and unit tests in gate
Browse files Browse the repository at this point in the history
* see if azure pipelines supports 3.10

* add 3.8 and 3.10 unit tests to gate
  • Loading branch information
BertKleewein authored Nov 2, 2021
1 parent 1f61e5e commit e0cc9f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions vsts/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
python.version: '3.7'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python $(python.version)'
Expand Down
4 changes: 2 additions & 2 deletions vsts/python-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
py27_mqtt: { pv: '2.7', transport: 'mqtt', consumer_group: 'e2e-consumer-group-1' }
py37_mqtt_ws: { pv: '3.7', transport: 'mqttws', consumer_group: 'e2e-consumer-group-2' }
py310_mqttws: { pv: '3.10', transport: 'mqttws', consumer_group: 'e2e-consumer-group-2' }

steps:
- task: UsePythonVersion@0
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:

strategy:
matrix:
py37_mqtt: { pv: '3.7', transport: 'mqtt', consumer_group: 'e2e-consumer-group-3' }
py310_mqtt: { pv: '3.10', transport: 'mqtt', consumer_group: 'e2e-consumer-group-3' }
py27_mqtt_ws: { pv: '2.7', transport: 'mqttws', consumer_group: 'e2e-consumer-group-4' }

steps:
Expand Down

0 comments on commit e0cc9f2

Please sign in to comment.