Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions .github/workflows/build-pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ jobs:
--deselect tests/functional/test_multipackage.py::test_spec_with_multipackage
--deselect tests/functional/test_libraries.py::test_idlelib
--deselect tests/functional/test_libraries.py::test_tkinter_tcl_library_dir
--deselect "tests/functional/test_security.py::test_application_home_directory_hijack[onedir-splash-"
--deselect "tests/functional/test_security.py::test_application_home_directory_hijack[onefile-splash-"
- python-version: '3.14'
deselect: >-
--deselect tests/unit/test_modulegraph_more.py::test_extension
Expand All @@ -165,6 +167,8 @@ jobs:
--deselect tests/functional/test_multipackage.py::test_spec_with_multipackage
--deselect tests/functional/test_libraries.py::test_idlelib
--deselect tests/functional/test_libraries.py::test_tkinter_tcl_library_dir
--deselect "tests/functional/test_security.py::test_application_home_directory_hijack[onedir-splash-"
--deselect "tests/functional/test_security.py::test_application_home_directory_hijack[onefile-splash-"

env:
PYINSTALLER_VERSION: ${{ matrix.version }}
Expand Down
1 change: 1 addition & 0 deletions docs/packages/pyinstaller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ versions:
- filename: pyinstaller-6.22.2-py3-none-manylinux_2_39_riscv64.whl
sha256: 995deb017d95aa8ab3d08a06a38f2c413ae29e114e74743af0844406a421fdcf
requires-python: <3.16,>=3.8
- version: 6.22.3
Loading