- commit
- 1cdf3c5a7247f0edcb3561d56b9d125f44ba4ac5
- parent
- dbeaf690edddd3b5dc1c3084ff67278dbe53e806
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2026-02-20 05:56
ci: test on oldest and newest supported python version
Diffstat
| M | .github/workflows/main.yml | 5 | +++++ |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -2,6 +2,11 @@ on: [push] 2 2 jobs: 3 3 test: 4 4 runs-on: ubuntu-latest -1 5 strategy: -1 6 matrix: -1 7 include: -1 8 - python: '3.10' -1 9 - python: '3.14' 5 10 steps: 6 11 - uses: actions/checkout@v6 7 12 - uses: actions/setup-python@v6