Skip to content

Commit 45c9b18

Browse files
committed
CI: Keep using Python 3.12 for PyPI test for now
This commit can be reverted once mypyc support Python 3.13
1 parent f428df2 commit 45c9b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_upload.yml

+1-1
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-* cp313-*"
76+
CIBW_BUILD: "cp38-* cp312-*"
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)