From 8ce60d2e9758c040fbe981cfdc14e42d7073f2b0 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 21 Sep 2024 09:58:09 -0700 Subject: [PATCH] CI 2.7 testing and also remove python 3.8 --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c178081..8b6017e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: push: branches: - main - - 2.6 + - 2.7 paths: - '**.py' pull_request: @@ -25,7 +25,6 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] python-version: - - "3.8" - "3.9" - "3.10" - "3.11" @@ -35,8 +34,6 @@ jobs: python-version: "3.11" - os: windows-latest python-version: "3.9" - - os: windows-latest - python-version: "3.8" steps: - uses: actions/checkout@v4 -- 2.47.3