Skip to content

Commit

Permalink
bulid: build wheels for Python 3.12 and PyPy 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Oct 2, 2023
1 parent 8e4eec3 commit 760bd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ unset DCC_NEW_TMP_EMAIL

# Try to build wheels for a range of interpreters, but don't fail if they are not available.
# E.g. musllinux_1_1 does not have PyPy interpreters as of 2022-07-10
tox --workdir "$TOXWORKDIR" -e py37,py38,py39,py310,py311,pypy37,pypy38,pypy39 --skip-missing-interpreters true
tox --workdir "$TOXWORKDIR" -e py37,py38,py39,py310,py311,py312,pypy37,pypy38,pypy39,pypy310 --skip-missing-interpreters true

auditwheel repair "$TOXWORKDIR"/wheelhouse/deltachat* -w "$TOXWORKDIR/wheelhouse"

Expand Down

0 comments on commit 760bd88

Please sign in to comment.