Revert job strategy matrix change

This commit is contained in:
Mark Schmitt 2021-01-04 12:22:35 +01:00
parent 2e641b0e30
commit e91befabc0

View File

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