Skip to content

Commit 9026d38

Browse files
author
innala
committed
2 parents 6d1d0f8 + cb6be8d commit 9026d38

File tree

4 files changed

+223
-492
lines changed

4 files changed

+223
-492
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
19-
- name: Set up Python 3.8
20-
uses: actions/setup-python@v2
18+
- uses: actions/checkout@v4
19+
- name: Set up Python 3.12
20+
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.8
22+
python-version: 3.12
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Set up Python
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v4
1919
with:
20-
python-version: '3.8'
20+
python-version: 3.12
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ protobuf = "*"
1414
requests = "*"
1515

1616
[requires]
17-
python_version = "3.8"
17+
python_version = "3.12"

0 commit comments

Comments
 (0)