Skip to content

Commit

Permalink
fix: generate py39 wheels too
Browse files Browse the repository at this point in the history
The absence of 
soundswallower-0.6.4-cp39-cp39-win_amd64.whl on pypi means I (and therefore Studio CLI users) cannot install ReadAlongs/Studio on my windows machine using Python 3.9 without installing the MS Visual Studio compiler.
So add py39 wheels to pyproject.toml so they're generated next time we release.
  • Loading branch information
joanise authored Aug 19, 2024
1 parent 60dba0c commit 717fcf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ soundswallower = "soundswallower.cli:main"
# Build a reduced selection of binaries as there are tons of them
build = [
"cp38-*",
"cp39-*",
"cp310-*",
"cp311-*",
"cp312-*",
Expand Down

0 comments on commit 717fcf9

Please sign in to comment.