Skip to content

Commit

Permalink
Add Python 3.13 to Windows installer, drop 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Nov 4, 2024
1 parent 84b244b commit f9e7dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ build_w32_package() {
mkdir -p ${IMPPKG}
# Note that 3.9 is first since IMP should already be built against 3.9;
# this should avoid an unnecessary rebuild
local PYVERS="3.9 3.7 3.8 3.10 3.11 3.12"
local PYVERS="3.9 3.8 3.10 3.11 3.12 3.13"
for PYVER in ${PYVERS}; do
PYLIB=`echo "python${PYVER}.lib" | sed -e 's/\.//'`
${CMAKE} ${SRCDIR} -DCMAKE_INSTALL_PYTHONDIR=/pylib/$PYVER \
Expand Down

0 comments on commit f9e7dc4

Please sign in to comment.