From: Bob Halley Date: Sat, 21 Sep 2024 21:14:41 +0000 (-0700) Subject: update ci matrix X-Git-Tag: v2.8.0rc1~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3286e4eab31eb7387d1dc4043085c6fb627f8ec3;p=thirdparty%2Fdnspython.git update ci matrix --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c93f8526..425ed05e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,11 +30,17 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13-dev" + - "pypy3.10" exclude: + - os: windows-latest + python-version: "3.9" + - os: windows-latest + python-version: "3.10" - os: windows-latest python-version: "3.11" - os: windows-latest - python-version: "3.9" + python-version: "pypy3.10" steps: - uses: actions/checkout@v4