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 715d743 commit e0d38b0Copy full SHA for e0d38b0
.github/workflows/hub.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: 3.9
+ python-version: 3.14
23
24
- name: Install Poetry
25
uses: Gr1N/setup-poetry@v9
.github/workflows/python.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
0 commit comments