Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 3be816f

Browse files
committed
use python 3.13
1 parent 7fa5608 commit 3be816f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v6
1717
with:
18-
python-version: '3.12'
18+
python-version: '3.13'
1919
- uses: pre-commit/action@v3.0.1
2020
- name: Setup `packer`
2121
uses: hashicorp/setup-packer@main

0 commit comments

Comments
 (0)