From: Jakob Schlyter Date: Mon, 16 Jun 2025 12:59:21 +0000 (+0200) Subject: Build with Python 3.13 (#1203) X-Git-Tag: v2.8.0rc1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d1ce28d2b668bbdff2646aa04aa54b62424167f;p=thirdparty%2Fdnspython.git Build with Python 3.13 (#1203) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2202c0d..bbda6f6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - "3.10" - "3.11" - "3.12" - - "3.13-dev" + - "3.13" - "pypy3.10" exclude: - os: windows-latest