Skip to content

Commit

Permalink
Fix MinGW python zip creation.
Browse files Browse the repository at this point in the history
MinGW upgraded to python 3.11 which has the re module in its own
directory now. This change adds the new re directory to the list
of directories to include in the zip file.
  • Loading branch information
acolwell committed Aug 21, 2023
1 parent ce161e1 commit 7182080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/jenkins/zip-python-mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ logging
msilib
multiprocessing
pydoc_data
re
sqlite3
unittest
urllib
Expand Down

0 comments on commit 7182080

Please sign in to comment.