Skip to content

Commit bb74bf3

Browse files
authored
Ensure GHA jobs are running with Python 3.10 (#33)
Signed-off-by: Wade Barnes <[email protected]>
1 parent 333e0b3 commit bb74bf3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/buildpackages.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
- name: Check out code
7777
uses: actions/checkout@v4
7878

79-
- name: Set up Python 3.8
79+
- name: Set up Python
8080
uses: actions/setup-python@v5
8181
with:
82-
python-version: 3.8
82+
python-version: 3.10
8383

8484
- name: List Python and PIP versions
8585
run: |
@@ -146,4 +146,4 @@ jobs:
146146
with:
147147
name: third-party-dependencies
148148
path: /tmp/third-party-dependencies
149-
retention-days: 5
149+
retention-days: 5

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: '3.8'
16+
python-version: '3.10'
1717
- uses: actions/cache@v4
1818
with:
1919
path: ~/.cache/pip

0 commit comments

Comments
 (0)