Build mypycified wheels for Python 3.12 (#4070)
This commit is contained in:
parent
69d49c5a6f
commit
a0e270d0f2
2
.github/workflows/pypi_upload.yml
vendored
2
.github/workflows/pypi_upload.yml
vendored
@ -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-* cp311-*"
|
||||
CIBW_BUILD: "cp38-* cp312-*"
|
||||
CIBW_ARCHS_LINUX: x86_64
|
||||
- id: set-matrix
|
||||
run: echo "include=$(cat /tmp/matrix)" | tee -a $GITHUB_OUTPUT
|
||||
|
@ -27,6 +27,7 @@
|
||||
### Packaging
|
||||
|
||||
- Upgrade to mypy 1.7.1 (#4049) (#4069)
|
||||
- Faster compiled wheels are now available for CPython 3.12 (#4070)
|
||||
|
||||
### Parser
|
||||
|
||||
|
@ -150,7 +150,7 @@ build-verbosity = 1
|
||||
# - Architecture (64-bit only): amd64 / x86_64, universal2, and arm64
|
||||
# - OS: Linux (no musl), Windows, and macOS
|
||||
build = "cp3*"
|
||||
skip = ["*-manylinux_i686", "*-musllinux_*", "*-win32", "pp*", "cp312-*"]
|
||||
skip = ["*-manylinux_i686", "*-musllinux_*", "*-win32", "pp*"]
|
||||
# This is the bare minimum needed to run the test suite. Pulling in the full
|
||||
# test_requirements.txt would download a bunch of other packages not necessary
|
||||
# here and would slow down the testing step a fair bit.
|
||||
|
Loading…
Reference in New Issue
Block a user