We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333e0b3 commit bb74bf3Copy full SHA for bb74bf3
.github/workflows/buildpackages.yaml
@@ -76,10 +76,10 @@ jobs:
76
- name: Check out code
77
uses: actions/checkout@v4
78
79
- - name: Set up Python 3.8
+ - name: Set up Python
80
uses: actions/setup-python@v5
81
with:
82
- python-version: 3.8
+ python-version: 3.10
83
84
- name: List Python and PIP versions
85
run: |
@@ -146,4 +146,4 @@ jobs:
146
147
name: third-party-dependencies
148
path: /tmp/third-party-dependencies
149
- retention-days: 5
+ retention-days: 5
.github/workflows/lint.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
15
16
- python-version: '3.8'
+ python-version: '3.10'
17
- uses: actions/cache@v4
18
19
path: ~/.cache/pip
0 commit comments