From 8ed112cb744ab5f835577849eb3ca05850cf5e79 Mon Sep 17 00:00:00 2001 From: gbMichelle Date: Sat, 31 Oct 2020 00:17:36 +0100 Subject: [PATCH] Set up wheelman config for py 3.9 --- .wheelman.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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