Remove python 3.6 CI tests

This commit is contained in:
2023-03-29 18:46:29 -04:00
parent 98d1bf3e8e
commit c3fe7bdef9
4 changed files with 335 additions and 296 deletions

View File

@@ -13,8 +13,6 @@ jobs:
fail-fast: true
matrix:
python:
- version: "3.6"
toxenv: py36
- version: "3.7"
toxenv: py37
- version: "3.8"
@@ -23,6 +21,8 @@ jobs:
toxenv: py39
- version: "3.10"
toxenv: py310
- version: "3.11"
toxenv: py311
steps:
- name: Checkout
uses: actions/checkout@v2