mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 09:15:34 +00:00
Remove 3.6 and 3.7 support in CI
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 4
|
max-parallel: 6
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.8', '3.9', '3.10', '3.11']
|
python-version: ['3.8', '3.9', '3.10', '3.11']
|
||||||
|
|
||||||
|
|||||||
2
tox.ini
2
tox.ini
@@ -1,7 +1,7 @@
|
|||||||
# SPDX-FileCopyrightText: 2017-2021 Christopher Kerr <chris.kerr@mykolab.ch>
|
# SPDX-FileCopyrightText: 2017-2021 Christopher Kerr <chris.kerr@mykolab.ch>
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py36,py37,py38,py39,py310,py311
|
envlist = py38,py39,py310,py311
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
|
|||||||
Reference in New Issue
Block a user