From 321626a3d63fe85a11ddc0076c337866fc5cb952 Mon Sep 17 00:00:00 2001 From: offa Date: Mon, 16 Oct 2023 21:10:40 +0200 Subject: [PATCH] Drop some unsupported Python versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04efebe..17f3ccb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ] + python: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] name: python-${{ matrix.python }} steps: - name: Checkout