From cf9fa01f285aa082d94f431e4b4c91e94734819e Mon Sep 17 00:00:00 2001
From: Marcin WoliƄski <wolinski@ipipan.waw.pl>
Date: Fri, 10 May 2024 16:08:13 +0200
Subject: [PATCH] add wheel for Python 3.12 / Windows

---
 buildWindows.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildWindows.sh b/buildWindows.sh
index bd9a97b..7335af2 100755
--- a/buildWindows.sh
+++ b/buildWindows.sh
@@ -130,7 +130,7 @@ mkdir -p log
 build Windows $BITS true 2.7 package package-java gui-installer 2>&1 | log Windows $BITS
 build Windows $BITS true 2.7 package-python2-fatwhl 2>&1 | log Windows $BITS
 
-for py in 3.6 3.7 3.8 3.9 3.10 3.11
+for py in 3.6 3.7 3.8 3.9 3.10 3.11 3.12
 do
     if [ -d ${CROSSMORFEUSZ_ROOT}/windows${BITS}/Python${py//\./}/ ]; then
 	echo Building package for Python ${py}
--
libgit2 0.22.2