From 3be0be233a9c930627bd064ce82e4f947013e81a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 18 Apr 2022 15:47:01 -0700 Subject: [PATCH] Finish dropping support for 3.6 Refs #10 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 50391af..e9e6501 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}