Skip to content

Commit 03f78e5

Browse files
feat(deps): update dependency python to 3.14
1 parent c7673ea commit 03f78e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
- uses: actions/setup-python@v5
4747
with:
48-
python-version: 3.12
48+
python-version: 3.14
4949
cache: 'pip' # caching pip dependencies
5050
- name: Install Dependencies
5151
run: |

0 commit comments

Comments
 (0)