Skip to content

Commit ae2eaf7

Browse files
chore(deps): update dependency python to 3.13
1 parent b2a9d56 commit ae2eaf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-ironic-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
9898
id: setup-python
9999
with:
100-
python-version: '3.11'
100+
python-version: '3.13'
101101
cache: 'pip'
102102

103103
- name: Install Dependencies

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1818
id: setup-python
1919
with:
20-
python-version: '3.11'
20+
python-version: '3.13'
2121
cache: 'pip'
2222
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2323
with:

0 commit comments

Comments
 (0)