]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update 2.8 branch workflows
authorBob Halley <halley@dnspython.org>
Thu, 4 Sep 2025 19:14:19 +0000 (12:14 -0700)
committerBob Halley <halley@dnspython.org>
Thu, 4 Sep 2025 19:14:19 +0000 (12:14 -0700)
.github/workflows/ci.yml

index ee0abc799df7bed6212eacbcf1afa9bb2b8d5294..7da10034d37b77768061283f3d55e870a3cff478 100644 (file)
@@ -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