Skip to content

Commit

Permalink
Upgrading pyinstaller and CI matrix
Browse files Browse the repository at this point in the history
Related to #956
  • Loading branch information
Yomguithereal committed Apr 15, 2024
1 parent 3691a8d commit 6378343
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,24 @@ jobs:
matrix:
include:
# Ubuntu
- os: ubuntu-20.04
python-version: "3.7"
pyinstaller: yes
- os: ubuntu-20.04
python-version: "3.8"
pyinstaller: yes
- os: ubuntu-20.04
python-version: "3.9"
- os: ubuntu-20.04
python-version: "3.10"
- os: ubuntu-20.04
python-version: "3.11"
- os: ubuntu-20.04
python-version: "3.12"

# Mac
- os: macos-12
python-version: "3.7.16"
- os: macos-12
python-version: "3.8"
pyinstaller: yes

# Windows
- os: windows-latest
python-version: "3.7"
- os: windows-latest
python-version: "3.8"
pyinstaller: yes
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dev dependencies
ipywidgets
jupyterlab
PyInstaller==5.8.0
PyInstaller==6.6.0
pytest==7.2.1
ruff
twine==4.0.2
Expand Down

0 comments on commit 6378343

Please sign in to comment.