From 711cacc910f8f073216decfaa75fc1277851e93e Mon Sep 17 00:00:00 2001 From: Max Belanger Date: Mon, 6 May 2024 16:23:01 -0700 Subject: [PATCH] gh action runners no longer support python2 (`python-versions`) --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 813cdc36..8e009b4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,6 @@ jobs: os: [macos-13, windows-2022, ubuntu-22.04] python-version: [3.8, 3.9, "3.10", 3.11, 3.12] include: - - os: ubuntu-22.04 - python-version: 2.7 - - os: ubuntu-22.04 - python-version: pypy-2.7 - os: ubuntu-22.04 python-version: pypy-3.9 - os: ubuntu-22.04 @@ -72,10 +68,6 @@ jobs: os: [macos-13, windows-2022, ubuntu-22.04] python-version: [3.8, 3.9, "3.10", 3.11, 3.12] include: - - os: ubuntu-22.04 - python-version: 2.7 - - os: ubuntu-22.04 - python-version: pypy-2.7 - os: ubuntu-22.04 python-version: pypy-3.9 - os: ubuntu-22.04