Skip to content

Commit 3c849c2

Browse files
committed
ci: bump python version and use mergify rebase strategy
1 parent 32fa8cf commit 3c849c2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/mergify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pull_request_rules:
77
- author=dependabot[bot]
88
actions:
99
merge:
10-
method: merge
10+
method: rebase
1111

1212
queue_rules:
1313
- name: dep-update
@@ -16,4 +16,4 @@ queue_rules:
1616
queue_conditions:
1717
- author=dependabot[bot]
1818
- "status-success=dependency-vulnerability-analysis-pr"
19-
- "status-success=bdd-test-pr"
19+
- "status-success=bdd-test-pr"

.github/workflows/app-pipeline-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: python-application-pr
22

33
env:
44
AZURE_WEBAPP_NAME: python-postgres-azure
5-
PYTHON_VERSION: "3.11"
5+
PYTHON_VERSION: "3.13"
66

77
on:
88
pull_request:
@@ -100,4 +100,4 @@ jobs:
100100
pip install behave requests
101101
echo "****** Running behave tests ******"
102102
behave
103-
make stop-app-db
103+
make stop-app-db

.github/workflows/infra-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: bootstrap-infrastructure-deployment
22

33
env:
4-
PYTHON_VERSION: "3.11"
4+
PYTHON_VERSION: "3.13"
55

66
on:
77
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Before we get started ensure you have below tools setup:
5454

5555
### Development
5656

57-
- *Python v3.11* - For developing the Flask API application.
57+
- *Python v3.13* - For developing the Flask API application.
5858
- *Terraform v1.5.7* - Leading Infrastructure as Code framework for building Cloud & On-Prem Infrastructure.
5959
- *GoLang go v1.21.1 (Optional)* - We are using `Terratest` for testing our TF Code. So only if you wish to write or run tests then you would require it.
6060
- *Docker Desktop* - Used for containerizing and testing the application locally.

0 commit comments

Comments
 (0)