Skip to content

Commit 28fb8d5

Browse files
committed
ci(python): move some utilities to python 3.13
1 parent a6032e2 commit 28fb8d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ibis-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-python@v5
3131
id: install_python
3232
with:
33-
python-version: "3.11"
33+
python-version: "3.13"
3434

3535
- name: install uv
3636
uses: astral-sh/[email protected]

.github/workflows/ibis-docs-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Setup Python
9999
uses: actions/setup-python@v5
100100
with:
101-
python-version: "3.10"
101+
python-version: "3.13"
102102

103103
- name: Install Algolia API Dependencies
104104
run: |

.github/workflows/ibis-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
uses: actions/setup-python@v5
153153
id: install_python
154154
with:
155-
python-version: "3.12"
155+
python-version: "3.13"
156156

157157
- name: install uv
158158
uses: astral-sh/[email protected]

0 commit comments

Comments
 (0)