From f0d2c112365a9a09d52d96d6dcfe8c0a1a1b27fa Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Fri, 23 Jun 2023 08:52:00 -0400 Subject: [PATCH 1/3] exclude py2.7 for macos and windows --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d928290..5de6c5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,12 +23,15 @@ jobs: matrix: os: - name: Linux + matrix: linux emoji: 🐧 runs-on: ubuntu-latest - name: Windows + matrix: windows emoji: 🪟 runs-on: windows-latest - name: macOS + matrix: macos emoji: 🍎 runs-on: macos-latest python: @@ -48,6 +51,15 @@ jobs: action: pypy-3.7 - name: PyPy 3.8 action: pypy-3.8 + exclude: + - python: + action: '2.7' + os: + matrix: macos + - python: + action: '2.7' + os: + matrix: windows steps: - uses: actions/checkout@v3 From 8249380c666768a541649d17e0368caae53082f1 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Fri, 23 Jun 2023 08:54:53 -0400 Subject: [PATCH 2/3] just drop 2.7 --- .github/workflows/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5de6c5d..f970055 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,20 +23,15 @@ jobs: matrix: os: - name: Linux - matrix: linux emoji: 🐧 runs-on: ubuntu-latest - name: Windows - matrix: windows emoji: 🪟 runs-on: windows-latest - name: macOS - matrix: macos emoji: 🍎 runs-on: macos-latest python: - - name: CPython 2.7 - action: '2.7' - name: CPython 3.7 action: '3.7' - name: CPython 3.8 @@ -51,15 +46,6 @@ jobs: action: pypy-3.7 - name: PyPy 3.8 action: pypy-3.8 - exclude: - - python: - action: '2.7' - os: - matrix: macos - - python: - action: '2.7' - os: - matrix: windows steps: - uses: actions/checkout@v3 From fc2fce46094b3bed4853b2abf373846773767e29 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Tue, 27 Jun 2023 10:28:55 -0400 Subject: [PATCH 3/3] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 231b4b9..ab43c2e 100644 --- a/README.rst +++ b/README.rst @@ -72,7 +72,7 @@ Basic tests are run against various Python versions and operating systems. - macOS - Windows - Python - - CPython 2.7, 3.7, 3.8, 3.9, and 3.10 + - CPython 3.7, 3.8, 3.9, and 3.10 - PyPy 2, 3.7, and 3.8 Sample Output