1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-02-12 19:13:45 -05:00

change python tests

This commit is contained in:
Walter Boring 2026-02-05 17:17:14 -05:00
parent 8b500ac5f1
commit 03da33c905

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}