From b3101a1dfa41aea088133d3de57acf570a61c242 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 22 Oct 2022 13:12:46 +0200 Subject: [PATCH] drop 3.5 support --- .github/workflows/testing.yml | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f9fbf83..77f81c7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/setup.py b/setup.py index 4903469..e3dcd3a 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,6 @@ setup( python_requires=REQUIRES_PYTHON, classifiers=[ 'Development Status :: 5 - Production/Stable', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',