Skip to content

Commit 0196f02

Browse files
dependabot[bot]dvarrazzo
authored andcommitted
build(deps): bump pypa/cibuildwheel from 3.3.1 to 3.4.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d157bdc commit 0196f02

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-cache-libpq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
key: libpq-${{ matrix.platform }}-${{ matrix.arch }}-${{ env.LIBPQ_VERSION }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
8383

8484
- name: Build wheels
85-
uses: pypa/cibuildwheel@v3.3.1
85+
uses: pypa/cibuildwheel@v3.4.0
8686
env:
8787
CIBW_SKIP: "cp31?t-*"
8888
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
@@ -125,7 +125,7 @@ jobs:
125125
key: libpq-macos-${{ env.LIBPQ_VERSION }}-${{ matrix.arch }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
126126

127127
- name: Build wheels
128-
uses: pypa/cibuildwheel@v3.3.1
128+
uses: pypa/cibuildwheel@v3.4.0
129129
env:
130130
CIBW_SKIP: "cp31?t-*"
131131
CIBW_BUILD: cp313-macosx_${{matrix.arch}}

.github/workflows/packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
key: libpq-${{ matrix.platform }}-${{ matrix.arch }}-${{ env.LIBPQ_VERSION }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
9393

9494
- name: Build wheels
95-
uses: pypa/cibuildwheel@v3.3.1
95+
uses: pypa/cibuildwheel@v3.4.0
9696
env:
9797
CIBW_SKIP: "cp31?t-*"
9898
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
@@ -164,7 +164,7 @@ jobs:
164164
key: libpq-macos-${{ env.LIBPQ_VERSION }}-${{ matrix.arch }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
165165

166166
- name: Build wheels
167-
uses: pypa/cibuildwheel@v3.3.1
167+
uses: pypa/cibuildwheel@v3.4.0
168168
env:
169169
CIBW_SKIP: "cp31?t-*"
170170
CIBW_BUILD: ${{matrix.pyver}}-macosx_${{matrix.arch}}
@@ -235,7 +235,7 @@ jobs:
235235
if: ${{ matrix.package_name != 'psycopg2' }}
236236

237237
- name: Build wheels
238-
uses: pypa/cibuildwheel@v3.3.1
238+
uses: pypa/cibuildwheel@v3.4.0
239239
env:
240240
CIBW_SKIP: "cp31?t-*"
241241
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" # cache vcpkg

0 commit comments

Comments
 (0)