Skip to content

Commit 81968b6

Browse files
committed
Migrate to Python 3.12
1 parent cbc27d8 commit 81968b6

6 files changed

Lines changed: 501 additions & 523 deletions

File tree

.azuredevops/deploy-azure-function.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
steps:
2828
- task: UsePythonVersion@0
2929
inputs:
30-
versionSpec: "3.11"
30+
versionSpec: "3.12"
3131
addToPath: true
3232
architecture: "x64"
33-
displayName: "Use Python 3.11"
33+
displayName: "Use Python 3.12"
3434

3535
- task: AzureCLI@2
3636
displayName: Add agent ip to key vault firewall

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11
1+
3.12

.yamllint

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
rules:
2+
line-length:
3+
max: 110
4+
level: warning

ops/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
function_version = "~4"
2-
python_version = "3.11"
2+
python_version = "3.12"
33
region = "westeurope"

0 commit comments

Comments
 (0)