Skip to content

Commit 130e80e

Browse files
committed
fix(ci): bump python to 3.12
1 parent d30a39c commit 130e80e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3636
id: setup-python
3737
with:
38-
python-version: 3.8.18
38+
python-version: "3.12"
3939

4040
- name: python - setup dependency cache
4141
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nodejs 22.13.1
2+
python 3.12

0 commit comments

Comments
 (0)