ci: no longer test against py3.6

This commit is contained in:
Willi Ballenthin
2022-04-05 10:19:09 -06:00
parent 715ac64ae6
commit 0617b87f36
2 changed files with 2 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

@@ -67,11 +67,9 @@ jobs:
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
# across all operating systems
python-version: ["3.6", "3.10"]
python-version: ["3.7", "3.10"]
include:
# on Ubuntu run these as well
- os: ubuntu-20.04
python-version: "3.7"
- os: ubuntu-20.04
python-version: "3.8"
- os: ubuntu-20.04