From ca04f6b902128257923e8ae1bfe0a7d85a1c8371 Mon Sep 17 00:00:00 2001 From: burnettk Date: Tue, 21 Jun 2022 22:38:38 -0400 Subject: [PATCH] drop support for python 3.8 --- .github/workflows/tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf65d2de..af8b9d11 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,6 @@ jobs: - { python: "3.10", os: "ubuntu-latest", session: "safety" } - { python: "3.10", os: "ubuntu-latest", session: "mypy" } - { python: "3.9", os: "ubuntu-latest", session: "mypy" } - - { python: "3.8", os: "ubuntu-latest", session: "mypy" } - { python: "3.10", os: "ubuntu-latest", @@ -35,12 +34,6 @@ jobs: session: "tests", database: "sqlite", } - - { - python: "3.8", - os: "ubuntu-latest", - session: "tests", - database: "sqlite", - } - { python: "3.10", os: "windows-latest",