From 7848649549553272958fcab0122475083bedebc5 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Mon, 23 Sep 2024 16:30:18 -0700 Subject: [PATCH] Update continuous-delivery/build-wheels-win64.bat Co-authored-by: Michael Graeb --- continuous-delivery/build-wheels-win64.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous-delivery/build-wheels-win64.bat b/continuous-delivery/build-wheels-win64.bat index 492fe204e..fd94419e5 100644 --- a/continuous-delivery/build-wheels-win64.bat +++ b/continuous-delivery/build-wheels-win64.bat @@ -6,7 +6,7 @@ "C:\Program Files\Python310\python.exe" setup.py sdist bdist_wheel || goto error "C:\Program Files\Python311\python.exe" setup.py sdist bdist_wheel || goto error -:: Don't need to build wheels for Python 3.12 and later. +:: Don't need to build wheels for Python 3.12. :: The 3.11 wheel uses the stable ABI, so it works with newer versions too. :: We are using the 3.13 stable ABI from 3.13 onwards because of deprecated functions.