Skip to content

Commit d0f72de

Browse files
authored
CI: Build Python 3.13 wheel in matrix
Update the "generate wheels matrix" to build Python 3.13 wheels, instead of 3.12, which is now the highest supported version
1 parent c7cb102 commit d0f72de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
| pyp 'json.dumps({"only": x, "os": "ubuntu-latest"})'
7474
} | pyp 'json.dumps(list(map(json.loads, lines)))' > /tmp/matrix
7575
env:
76-
CIBW_BUILD: "cp38-* cp312-*"
76+
CIBW_BUILD: "cp38-* cp313-*"
7777
CIBW_ARCHS_LINUX: x86_64
7878
- id: set-matrix
7979
run: echo "include=$(cat /tmp/matrix)" | tee -a $GITHUB_OUTPUT

0 commit comments

Comments
 (0)