Skip to content

Commit

Permalink
3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cartertinney committed Jul 10, 2024
1 parent 5f3751d commit 506c30c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
install_requires=[
# Define sub-dependencies due to pip dependency resolution bug
Expand Down
2 changes: 2 additions & 0 deletions vsts/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
python.version: '3.10'
Python311:
python.version: '3.11'
Python312:
python.version: '3.12'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python $(python.version)'
Expand Down
10 changes: 10 additions & 0 deletions vsts/python-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ jobs:
transport: 'mqtt'
imageName: 'Ubuntu 20.04'
consumerGroup: 'cg7'
py312_linux_mqtt:
pv: '3.12'
transport: 'mqtt'
imageName: 'Ubuntu 20.04'
consumerGroup: 'cg8'
py312_linux_mqttws:
pv: '3.12'
transport: 'mqttws'
imageName: 'Ubuntu 20.04'
consumerGroup: 'cg9'

pool:
vmImage: $(imageName)
Expand Down
2 changes: 1 addition & 1 deletion vsts/python-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
py38_mqtt: { pv: '3.8', transport: 'mqtt', consumer_group: 'e2e-consumer-group-1' }
py311_mqttws: { pv: '3.11', transport: 'mqttws', consumer_group: 'e2e-consumer-group-2' }
py312_mqttws: { pv: '3.12', transport: 'mqttws', consumer_group: 'e2e-consumer-group-2' }

steps:
- task: UsePythonVersion@0
Expand Down
11 changes: 11 additions & 0 deletions vsts/python-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ jobs:
transport: 'mqtt'
imageName: 'Ubuntu 20.04'
consumerGroup: 'cg8'
py312_linux_mqtt:
pv: '3.12'
transport: 'mqtt'
imageName: 'Ubuntu 20.04'
consumerGroup: 'cg9'
py312_linux_mqttws:
pv: '3.12'
transport: 'mqttws'
imageName: 'Ubuntu 20.04'
consumerGroup: 'cg10'


pool:
vmImage: $(imageName)
Expand Down

0 comments on commit 506c30c

Please sign in to comment.