Skip to content

Conversation

cs01
Copy link
Owner

@cs01 cs01 commented Jun 29, 2025

  • I have added an entry to CHANGELOG.md, or an entry is not needed for this change

Summary of changes

  • Regenerate requirements.txt
  • Update pyinstaller version
  • Fix paths to work with new pyinstaller
  • Use new version of github's upload artifact (required since v2 fails now)

Test plan

uv python install 3.13

# update $PATH in zshrc
export PATH="$HOME/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/bin/:$PATH"
uv tool install -p 3.13 pip-tools
pip-compile
# install nvm
nox -s lint
nox
nox -s build_executables_linux 

and confirm the built files work:

# pex
./build/executable/gdbgui.pex
# executable
./build/executable/gdbgui_0.15.3.0 

fixes #494

@cs01 cs01 merged commit 773b916 into master Jun 29, 2025
6 checks passed
@cs01 cs01 deleted the cs01/python-3.13 branch June 29, 2025 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python 3.13 is not supported

1 participant