change github workflow

remove python 3.7
This commit is contained in:
Hemna 2022-11-23 13:06:33 -05:00
parent 528bdb99e7
commit 17e784629e
1 changed files with 1 additions and 1 deletions

View File

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