From 36c83348df93177b0a87f2d7bdff9c02473c7e55 Mon Sep 17 00:00:00 2001 From: Lukas Berbuer Date: Thu, 3 Nov 2022 14:15:14 +0100 Subject: [PATCH] Remove Python 3.6 from CI Support removed for GitHub action: https://github.com/actions/setup-python/issues/355 --- .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 f227ee1..79c0c88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python: ["3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v3 - name: Setup Python