]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
CI 2.7 testing and also remove python 3.8
authorBob Halley <halley@dnspython.org>
Sat, 21 Sep 2024 16:53:53 +0000 (09:53 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 21 Sep 2024 16:53:53 +0000 (09:53 -0700)
.github/workflows/ci.yml

index 4c178081624fc004f2695cdea478d37eb36d6361..c93f852656f6e62658a42777f51e8dd5e1b9bc3d 100644 (file)
@@ -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