Skip to content

Commit

Permalink
Set up wheelman config for py 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyHerself committed Oct 30, 2020
1 parent e0c5fd5 commit 8ed112c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .wheelman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,10 @@ targets:

- python: "C:\\Python38-x64\\python.exe"
wheel: True

- python: "C:\\Python39\\python.exe"
wheel: True

- python: "C:\\Python39-x64\\python.exe"
wheel: True
sdist: True

0 comments on commit 8ed112c

Please sign in to comment.