mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-17 13:51:54 -05:00
Remove python 3.7 from docker build github
This patch removes the testing of python 3.7 during the github action workflow for building the docker image
This commit is contained in:
parent
e66dc344b8
commit
b41e4a9ef3
2
.github/workflows/master-build.yml
vendored
2
.github/workflows/master-build.yml
vendored
@ -9,7 +9,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