We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fcb97 commit e05bb03Copy full SHA for e05bb03
scripts/run_all.sh
@@ -31,6 +31,6 @@ unset CHATMAIL_DOMAIN
31
32
# Try to build wheels for a range of interpreters, but don't fail if they are not available.
33
# 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,py312,pypy37,pypy38,pypy39,pypy310 --skip-missing-interpreters true
+tox --workdir "$TOXWORKDIR" -e py37,py38,py39,py310,py311,py312,py313,pypy37,pypy38,pypy39,pypy310 --skip-missing-interpreters true
35
36
auditwheel repair "$TOXWORKDIR"/wheelhouse/deltachat* -w "$TOXWORKDIR/wheelhouse"
0 commit comments