1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-09 17:44:40 -04:00

updated github workflows

This commit is contained in:
2023-09-01 14:51:55 -04:00
parent 10bf04929e
commit 4b56e99689
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}