Skip to content

Commit d748642

Browse files
committed
build maintenance, check-pypi, drop support for 3.8
1 parent 268b660 commit d748642

22 files changed

+310
-178
lines changed

.github/actions/manylinux/action.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ runs:
3333
export TARGET="${{ inputs.arch }}-unknown-linux-gnu"
3434
export PATH="$PWD/.venv:$HOME/.cargo/bin:$PATH"
3535
36+
dnf copr enable -y @fedora-llvm-team/llvm20
37+
3638
./script/install-fedora
3739
3840
source "${VENV}/bin/activate"
@@ -45,6 +47,7 @@ runs:
4547
4648
uv pip install ${CARGO_TARGET_DIR}/wheels/orjson*.whl
4749
50+
export PYTHONMALLOC="debug"
4851
pytest -v test
4952
./integration/run thread
5053
./integration/run http

0 commit comments

Comments
 (0)