diff --git a/.wheelman.yml b/.wheelman.yml index 5fb41c91..a7dd8d8e 100644 --- a/.wheelman.yml +++ b/.wheelman.yml @@ -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