Skip to content

Commit c5cc6cc

Browse files
chore(deps): update dependency python to 3.14
1 parent 75d33f1 commit c5cc6cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3333
with:
34-
python-version: '3.11'
34+
python-version: '3.14'
3535
- name: Install Python dependencies
3636
run: |
3737
python -m pip install --upgrade pip

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Python for tests
3535
uses: actions/setup-python@v5
3636
with:
37-
python-version: 3.11
37+
python-version: 3.14
3838
- name: Install Python dependencies
3939
run: |
4040
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)