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:
Hemna 2022-11-23 15:41:27 -05:00
parent e66dc344b8
commit b41e4a9ef3
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}