Skip to content

Commit 92470ab

Browse files
chore(deps): update python to 3.14.2
1 parent b223995 commit 92470ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/saltbox-os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-python@v6
1414
with:
15-
python-version: '3.13'
15+
python-version: '3.14'
1616
cache: 'pip'
1717
cache-dependency-path: 'requirements/requirements-saltbox.txt'
1818

.github/workflows/saltbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- uses: actions/setup-python@v6
4646
with:
47-
python-version: '3.13'
47+
python-version: '3.14'
4848
cache: 'pip'
4949
cache-dependency-path: 'requirements/requirements-saltbox.txt'
5050

0 commit comments

Comments
 (0)