From a7b7bd80d61d516c070ff43fc8975808f7847fdb Mon Sep 17 00:00:00 2001 From: breznak Date: Wed, 23 Aug 2023 19:59:34 +0200 Subject: [PATCH] build wheels for py310 trying to get wheels for python=3.10 on Ubuntu 20.04; Seems many folks online would need this. Please review and publish to PyPI when this builds, thank you! --- scripts/make-wheels.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/make-wheels.sh b/scripts/make-wheels.sh index e77266f..de92e38 100644 --- a/scripts/make-wheels.sh +++ b/scripts/make-wheels.sh @@ -11,6 +11,7 @@ function build_wheel() { build_wheel cp37-cp37m build_wheel cp38-cp38 build_wheel cp39-cp39 +build_wheel cp310-cp310 build_wheel pp37-pypy37_pp73 cd dist