Skip to content

Commit a973e92

Browse files
rootroot
authored andcommitted
APM-6127 python uptick
1 parent c0e6dcd commit a973e92

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
with:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

15-
- name: Install Python 3.8
15+
- name: Install Python 3.9
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.8
18+
python-version: 3.9
1919

2020
- name: Update apt repositories
2121
run: sudo apt update

azure/azure-build-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ extends:
3030
parameters:
3131
service_name: ${{ variables.service_name }}
3232
short_service_name: ${{ variables.short_service_name }}
33+
python_version: ${{ variables.python_version }}

azure/project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ variables:
22
service_name: splunk-monitor
33
short_service_name: sm
44
service_base_path: splunk-monitor
5+
python_version: 3.9

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ package-mode = false
1414

1515

1616
[tool.poetry.dependencies]
17-
python = "^3.8"
17+
python = "^3.9"
1818

1919
[tool.poetry.group.dev.dependencies]
2020
flake8 = "^3.7.9"

0 commit comments

Comments
 (0)