From 8dd0ee2aed83208d340901a905b4f54492e28c44 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Thu, 8 Jul 2021 19:29:12 +0200 Subject: [PATCH] Drop Python 3.6 support exif relies on plum-py which in turn needs Python 3.7 --- .github/workflows/pytest.yml | 2 +- images/python_version_badge.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b27883a..e278318 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -8,7 +8,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 diff --git a/images/python_version_badge.svg b/images/python_version_badge.svg index 703ab8f..5e2d0e6 100644 --- a/images/python_version_badge.svg +++ b/images/python_version_badge.svg @@ -1 +1 @@ -PythonPython3.6 | 3.7 | 3.8 | 3.93.6 | 3.7 | 3.8 | 3.9 \ No newline at end of file +PythonPython3.7 | 3.8 | 3.93.6 | 3.7 | 3.8 | 3.9