Remove 3.6 and 3.7 support in CI

This commit is contained in:
Matthew Evans
2023-08-18 10:17:31 +01:00
parent 0f0c281fa2
commit aa48c6d60f
2 changed files with 2 additions and 2 deletions

View File

@@ -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']

View File

@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2017-2021 Christopher Kerr <chris.kerr@mykolab.ch>
# SPDX-License-Identifier: GPL-3.0-or-later
[tox]
envlist = py36,py37,py38,py39,py310,py311
envlist = py38,py39,py310,py311
[testenv]
deps =
flake8