Skip to content

Commit 503f491

Browse files
authored
ci: add 3.12 to the CI test matrix (#140)
1 parent 03b95cb commit 503f491

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.azure-pipelines/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ stages:
2424
- "3.9"
2525
- "3.10"
2626
- "3.11"
27+
- "3.12.0-beta.4"

.azure-pipelines/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ stages:
1818
- "3.9"
1919
- "3.10"
2020
- "3.11"
21+
- "3.12.0-beta.4"
2122

2223
- template: stage-deploy.yml
2324
parameters:
@@ -26,5 +27,6 @@ stages:
2627
- "3.9"
2728
- "3.10"
2829
- "3.11"
30+
- "3.12.0-beta.4"
2931

3032
- template: stage-publish.yml

.azure-pipelines/stage-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ stages:
3939
inputs:
4040
versionSpec: "$(python.version)"
4141
architecture: "x64"
42+
allowUnstable: true
4243

4344
- bash: |
4445
export POETRY_HOME="$PIPELINE_WORKSPACE/.poetry"

0 commit comments

Comments
 (0)