From: Bob Halley Date: Thu, 4 Sep 2025 19:14:19 +0000 (-0700) Subject: update 2.8 branch workflows X-Git-Tag: v2.8.0~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1938fe331f97376bf91c028fbfb8c7588c1b84f4;p=thirdparty%2Fdnspython.git update 2.8 branch workflows --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee0abc79..7da10034 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,6 @@ name: CI on: push: branches: - - main - 2.8 paths: - '**.py' @@ -32,8 +31,6 @@ jobs: - "3.14-dev" - "pypy3.10" exclude: - - os: windows-latest - python-version: "3.9" - os: windows-latest python-version: "3.10" - os: windows-latest @@ -44,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} allow-prereleases: true