Skip to content

Commit 6ad5cf4

Browse files
author
Lukas Geiger
committed
ci: refresh ApiProber smoke workflow
1 parent 147a989 commit 6ad5cf4

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.10", "3.11", "3.12"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- name: Check out repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2026-06-12
4+
5+
- Updated the smoke-test workflow to `actions/checkout@v6` and `actions/setup-python@v6`.
6+
- Added Python 3.13 to the CI matrix to match the supported classifier in `pyproject.toml`.
7+
38
## 2026-06-06
49

510
- Added a README start table and smoke-test badge for clearer GitHub entry.

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ ApiProber is not Cloudprober, probe-rs, an uptime monitor, a hardware debug
7676
probe, or a semantic code-search engine. It is a local Python CLI for documenting
7777
authorized REST API surfaces with read-only probing and SQLite persistence.
7878

79-
## Last-checked: 2026-06-11
79+
## Last-checked: 2026-06-12

0 commit comments

Comments
 (0)