From: Bob Halley Date: Sat, 21 Sep 2024 16:53:53 +0000 (-0700) Subject: CI 2.7 testing and also remove python 3.8 X-Git-Tag: v2.8.0rc1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21eaca74dc92ed3ced34e073c6672395d289718;p=thirdparty%2Fdnspython.git CI 2.7 testing and also remove python 3.8 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c178081..c93f8526 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: branches: - main - 2.6 + - 2.7 paths: - '**.py' pull_request: @@ -25,7 +26,6 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] python-version: - - "3.8" - "3.9" - "3.10" - "3.11" @@ -35,8 +35,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