Skip to content

Commit 946a080

Browse files
authored
Merge pull request #250 from crypkit/fix-unify-ci-python-version
fix: unify python version in CI to 3.12.11
2 parents 26ffc9a + af53f36 commit 946a080

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/blockapi-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
with:
7373
fetch-depth: 0
7474

75-
- name: Set up Python 3.9
75+
- name: Set up Python 3.12.11
7676
uses: actions/setup-python@v4
7777
with:
78-
python-version: '3.9'
78+
python-version: '3.12.11'
7979

8080
- name: Install dependencies
8181
run: |
@@ -123,10 +123,10 @@ jobs:
123123
VER=$(git tag --points-at HEAD)
124124
[ -z "$VER" ] && grep -q "__version__ = \"${VER/v}\"" setup.py || true
125125

126-
- name: Set up Python 3.9
126+
- name: Set up Python 3.12.11
127127
uses: actions/setup-python@v4
128128
with:
129-
python-version: '3.9'
129+
python-version: '3.12.11'
130130

131131
- name: Restore cache
132132
uses: actions/cache@v3

0 commit comments

Comments
 (0)