Skip to content

Commit 1d3abea

Browse files
committed
ci: run repo sentinel gate on Python 3.14
1 parent db75134 commit 1d3abea

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/repo-sentinel.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919

20+
- name: Set up Python
21+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
22+
with:
23+
python-version: "3.14"
24+
2025
- name: Install repo-sentinel-lite
2126
run: |
22-
python3 -m venv "$RUNNER_TEMP/repo-sentinel-venv"
27+
python -m venv "$RUNNER_TEMP/repo-sentinel-venv"
2328
"$RUNNER_TEMP/repo-sentinel-venv/bin/python" -m pip install --upgrade pip
2429
"$RUNNER_TEMP/repo-sentinel-venv/bin/python" -m pip install repo-sentinel-lite
2530

0 commit comments

Comments
 (0)