Skip to content

Commit

Permalink
Bump version of PyInstaller to 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebb-earl-co committed May 22, 2024
1 parent 12fc078 commit 12bb3c0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install pyinstaller==6.5.0
python3 -m pip install pyinstaller==6.7.0
python3 -m pip install -r requirements.txt
- name: Create Executable with PyInstaller
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install pyinstaller==6.5.0
python3 -m pip install pyinstaller==6.7.0
python3 -m pip install -r requirements.txt
- name: Create Executable with Pyinstaller
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-macos_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip pyinstaller setuptools wheel
python3 -m pip install pyinstaller==6.5.0
python3 -m pip install pyinstaller==6.7.0
python3 -m pip install -r requirements.txt
- name: Create Executable with Pyinstaller
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
python.exe -m venv .\venv
& .\venv\Scripts\activate
pip install --upgrade pip setuptools wheel
pip install pyinstaller==6.5.0 pypiwin32==223
pip install pyinstaller==6.7.0 pypiwin32==223
pip install -r requirements.txt
- name: Create Executable with Pyinstaller
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
runs-on: ${{ matrix.os }}
# Python 3.8 and 3.9 are not available on macOS aarc64 any more
# Python 3.8 and 3.9 are not available on macOS aarch64 any more
# Python 3.13.0-alpha.6 does not work on Windows
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers=[
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent",
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Multimedia :: Video",
Expand Down

0 comments on commit 12bb3c0

Please sign in to comment.