From: Daniele Varrazzo Date: Tue, 29 Apr 2025 12:26:15 +0000 (+0200) Subject: ci: add Python 3.14 dev to package build X-Git-Tag: 3.2.10~8^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02a527a3a06508a539a372dbe77be7fdc625d1bd;p=thirdparty%2Fpsycopg.git ci: add Python 3.14 dev to package build --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 49f62ef03..f62ee92b6 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -50,7 +50,7 @@ jobs: fail-fast: false matrix: arch: [x86_64, i686, ppc64le, aarch64] - pyver: [cp38, cp39, cp310, cp311, cp312, cp313] + pyver: [cp38, cp39, cp310, cp311, cp312, cp313, cp314-dev] platform: [manylinux, musllinux] steps: @@ -131,7 +131,7 @@ jobs: fail-fast: false matrix: arch: [x86_64, arm64] - pyver: [cp39, cp310, cp311, cp312, cp313] + pyver: [cp39, cp310, cp311, cp312, cp313, cp314-dev] include: # cp38 on arm64 can be built but cannot be tested: # https://github.com/pypa/cibuildwheel/pull/1169 @@ -190,7 +190,7 @@ jobs: matrix: # Might want to add win32, untested at the moment. arch: [win_amd64] - pyver: [cp38, cp39, cp310, cp311, cp312, cp313] + pyver: [cp38, cp39, cp310, cp311, cp312, cp313, cp314-dev] defaults: run: