Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update pyinstaller version
  • Loading branch information
cs01 committed Oct 18, 2023
commit fafde671010f721a35492978c6f7ebff6da4c63b
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def publish_docs(session):
def build_executables_current_platform(session):
session.run("yarn", "install", external=True)
session.run("yarn", "build", external=True)
session.install(".", "PyInstaller==5.10.1")
session.install(".", "PyInstaller==6.1")
session.run("python", "make_executable.py")
session.notify("build_pex")

Expand Down