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 1252992 commit ecff116Copy full SHA for ecff116
.github/workflows/ci-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Python
26
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
27
with:
28
- python-version: '3.12'
+ python-version: '3.14'
29
30
- name: Set up Node
31
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
.github/workflows/update-db.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
- name: Install Python dependencies
40
run: |
0 commit comments