From ea6d29ca8fdfa196bacb7a2c4834c84a04c112a4 Mon Sep 17 00:00:00 2001 From: Jared McFarland Date: Fri, 8 Mar 2024 14:11:25 -0800 Subject: [PATCH] remove python 2.7 from test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 926ae76..ed123bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy2', 'pypy3'] + python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy2', 'pypy3'] steps: - uses: actions/checkout@v2