Skip to content

Commit 36b4e03

Browse files
committed
Only test Debian Trixie and Debian Forky Python versions
1 parent 9a8d365 commit 36b4e03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
21+
# Debian Trixie and Debian Forky (https://tracker.debian.org/pkg/python3)
22+
python-version: ["3.13", "3.14"]
2223
os: [ubuntu-latest]
2324

2425
steps:

0 commit comments

Comments
 (0)