Skip to content

Commit 1177c19

Browse files
committed
bulid: build wheels for Python 3.12 and PyPy 3.10
1 parent 8a2417f commit 1177c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ unset DCC_NEW_TMP_EMAIL
3131

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

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

0 commit comments

Comments
 (0)