Skip to content

Commit

Permalink
CI: Keep using Python 3.12 for PyPI test for now
Browse files Browse the repository at this point in the history
This commit can be reverted once mypyc support Python 3.13
  • Loading branch information
EwoutH authored Aug 17, 2024
1 parent d0f72de commit 2aff2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
| pyp 'json.dumps({"only": x, "os": "ubuntu-latest"})'
} | pyp 'json.dumps(list(map(json.loads, lines)))' > /tmp/matrix
env:
CIBW_BUILD: "cp38-* cp313-*"
CIBW_BUILD: "cp38-* cp312-*"
CIBW_ARCHS_LINUX: x86_64
- id: set-matrix
run: echo "include=$(cat /tmp/matrix)" | tee -a $GITHUB_OUTPUT
Expand Down

0 comments on commit 2aff2e2

Please sign in to comment.