From 337f863c2e9e107046ebbac3db4c8f156f269889 Mon Sep 17 00:00:00 2001 From: Greg Date: Wed, 16 Aug 2023 15:51:05 -0400 Subject: [PATCH] Remove references to retired Python 2 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pypiupload.yml | 2 +- setup.py | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ecf98c9..a085df99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest] - python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy-2.7, pypy-3.7] + python-version: [3.5, 3.6, 3.7, 3.8, pypy-2.7, pypy-3.7] exclude: - os: windows-latest python-version: 3.6 @@ -65,7 +65,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest] - python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy-2.7, pypy-3.7] + python-version: [3.5, 3.6, 3.7, 3.8, pypy-3.7] exclude: - os: windows-latest python-version: 3.6 diff --git a/.github/workflows/pypiupload.yml b/.github/workflows/pypiupload.yml index 3c7f1675..e9393475 100644 --- a/.github/workflows/pypiupload.yml +++ b/.github/workflows/pypiupload.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [2.7, 3.x] + python-version: [3.x] steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index efbd57de..e2ed0e84 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,6 @@ 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',