From 9feaf1119a5e8bbf85aec21a0df5c7e8146a0f63 Mon Sep 17 00:00:00 2001 From: Robbe Sneyders Date: Sat, 18 Feb 2023 11:24:27 +0100 Subject: [PATCH] Drop Python 3.6 --- .github/workflows/pipeline.yml | 2 +- tox.ini | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 413197ef1..c3a551553 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/tox.ini b/tox.ini index 8b8085af5..8e0472cb0 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,6 @@ rst-roles=class [tox] envlist = - {py36}-{min,pypi,dev} {py37}-{min,pypi,dev} {py38}-{min,pypi,dev} {py39}-{min,pypi,dev} @@ -17,7 +16,6 @@ envlist = [gh-actions] python = - 3.6: py36-min,py36-pypi 3.7: py37-min,py37-pypi 3.8: py38-min,py38-pypi 3.9: py39-min,py39-pypi,flake8,isort-check,isort-check-examples,isort-check-tests,mypy