Skip to content

Commit a82e168

Browse files
committed
chore: update build workflow to skip specific Python versions
1 parent f9eb812 commit a82e168

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,8 @@ jobs:
9494

9595
- name: Build wheels
9696
uses: pypa/[email protected]
97-
with:
98-
package-dir: psycopg_c
9997
env:
98+
CIBW_SKIP: "cp31?t-*"
10099
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
101100
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
102101
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28

0 commit comments

Comments
 (0)