From aa48c6d60f1d7b258d9a7c3e2214b36e15bc82c5 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Fri, 18 Aug 2023 10:17:31 +0100 Subject: [PATCH] Remove 3.6 and 3.7 support in CI --- .github/workflows/ci.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09c5aea..b74ab4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false - max-parallel: 4 + max-parallel: 6 matrix: python-version: ['3.8', '3.9', '3.10', '3.11'] diff --git a/tox.ini b/tox.ini index 435ae8c..28fcabf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2017-2021 Christopher Kerr # SPDX-License-Identifier: GPL-3.0-or-later [tox] -envlist = py36,py37,py38,py39,py310,py311 +envlist = py38,py39,py310,py311 [testenv] deps = flake8