Skip to content

Commit

Permalink
build wheels for py310
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
breznak authored and jackrobison committed Aug 25, 2023
1 parent 028570c commit a7b7bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/make-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7b7bd8

Please sign in to comment.