From 5d425a321c178759afd4ea2c370c5e26c84f75a5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 2 Mar 2023 12:44:36 +0100 Subject: workflows/ci: drop Python 3.6 setuptools 61 doesn't support it (required for pyproject.toml-only configuration). --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51fd8f0..0585f94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10'] name: 'Test / ${{ matrix.python-version }}' env: # API request rate limit is easily exceeded otherwise: -- cgit v1.2.3