From 6777f7614128b222d39147eeb823f314a21e5b81 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 2 Mar 2023 23:09:06 +0100 Subject: workflows/basic: drop Python 3.6 setuptools 61 doesn't support it (required for pyproject.toml-only configuration). --- .github/workflows/basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 7621e52..5477d4d 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -58,7 +58,7 @@ jobs: python-versions: strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] include: # Unpin when this is fixed: # https://github.com/actions/setup-python/issues/544 -- cgit v1.2.3