Skip to content

Commit e0d38b0

Browse files
Update dependency python to 3.14
1 parent 715d743 commit e0d38b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.9
22+
python-version: 3.14
2323

2424
- name: Install Poetry
2525
uses: Gr1N/setup-poetry@v9

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v5
2020
with:
21-
python-version: 3.9
21+
python-version: 3.14
2222
- uses: Gr1N/setup-poetry@v9
2323
- uses: actions/cache@v4
2424
with:
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-python@v5
3535
with:
36-
python-version: 3.9
36+
python-version: 3.14
3737
- uses: Gr1N/setup-poetry@v9
3838
- uses: actions/cache@v4
3939
with:

0 commit comments

Comments
 (0)