Skip to content

Commit e367a43

Browse files
chore(deps): update dependency python to v3.14.1
1 parent 5bd5659 commit e367a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v3
1717
with:
18-
python-version: 3.9.21
18+
python-version: 3.14.1
1919
- name: Install Python Poetry
2020
uses: abatilo/actions-poetry@v2.1.0
2121
with:
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/setup-python@v3
3838
with:
39-
python-version: 3.9.21
39+
python-version: 3.14.1
4040
- name: Checkout Code
4141
uses: actions/checkout@v3
4242
- name: Install Python Poetry

0 commit comments

Comments
 (0)