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 d30a39c commit 130e80eCopy full SHA for 130e80e
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
36
id: setup-python
37
with:
38
- python-version: 3.8.18
+ python-version: "3.12"
39
40
- name: python - setup dependency cache
41
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
.tool-versions
@@ -1 +1,2 @@
1
nodejs 22.13.1
2
+python 3.12
0 commit comments