Skip to content

Commit 668c408

Browse files
Update dependency python to 3.14
1 parent 074716d commit 668c408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Python
5454
uses: actions/setup-python@v5
5555
with:
56-
python-version: "3.11"
56+
python-version: "3.14"
5757
- uses: actions/cache@v3
5858
name: Configure pip caching
5959
with:
@@ -85,7 +85,7 @@ jobs:
8585
- name: Set up Python
8686
uses: actions/setup-python@v5
8787
with:
88-
python-version: "3.11"
88+
python-version: "3.14"
8989
- uses: actions/cache@v3
9090
name: Configure pip caching
9191
with:

0 commit comments

Comments
 (0)