Skip to content

Commit 3fde034

Browse files
committed
Bump python version to correct error in rat checking
1 parent 4a75b0f commit 3fde034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v6
3131
with:
32-
python-version: "3.10"
32+
python-version: "3.14"
3333
- name: Audit licenses
3434
run: ./dev/release/run-rat.sh .

0 commit comments

Comments
 (0)