mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-16 00:09:12 -04:00
change github workflow
remove python 3.7
This commit is contained in:
parent
528bdb99e7
commit
17e784629e
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
Loading…
Reference in New Issue
Block a user