Only build python 3.7 and say so in the Pipfile too

This commit is contained in:
Mark Schmitt
2021-01-04 12:24:48 +01:00
parent 2562f1b443
commit afdcc0908f
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: [3.7, 3.8, 3.9]
python-version: [3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}