Commit cf9fa01f285aa082d94f431e4b4c91e94734819e

Authored by Marcin Woliński
1 parent ea546ac2

add wheel for Python 3.12 / Windows

Showing 1 changed file with 1 additions and 1 deletions
buildWindows.sh
... ... @@ -130,7 +130,7 @@ mkdir -p log
130 130 build Windows $BITS true 2.7 package package-java gui-installer 2>&1 | log Windows $BITS
131 131 build Windows $BITS true 2.7 package-python2-fatwhl 2>&1 | log Windows $BITS
132 132  
133   -for py in 3.6 3.7 3.8 3.9 3.10 3.11
  133 +for py in 3.6 3.7 3.8 3.9 3.10 3.11 3.12
134 134 do
135 135 if [ -d ${CROSSMORFEUSZ_ROOT}/windows${BITS}/Python${py//\./}/ ]; then
136 136 echo Building package for Python ${py}
... ...