Remove python 3.6 from test pipeline

* Python 3.6 is not available in the latest agent images in github
  anymore.
This commit is contained in:
Johan Norberg 2023-03-20 13:32:06 +01:00
parent 6b85cec708
commit b96f859e95
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python-version: [3, 3.6, 3.7]
python-version: ["3", "3.7"]
steps:
- uses: actions/checkout@main