We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b95cb commit 503f491Copy full SHA for 503f491
.azure-pipelines/ci.yml
@@ -24,3 +24,4 @@ stages:
24
- "3.9"
25
- "3.10"
26
- "3.11"
27
+ - "3.12.0-beta.4"
.azure-pipelines/deploy.yml
@@ -18,6 +18,7 @@ stages:
18
19
20
21
22
23
- template: stage-deploy.yml
parameters:
@@ -26,5 +27,6 @@ stages:
28
29
30
31
32
- template: stage-publish.yml
.azure-pipelines/stage-test.yml
@@ -39,6 +39,7 @@ stages:
39
inputs:
40
versionSpec: "$(python.version)"
41
architecture: "x64"
42
+ allowUnstable: true
43
44
- bash: |
45
export POETRY_HOME="$PIPELINE_WORKSPACE/.poetry"
0 commit comments