Skip to content

Commit

Permalink
Drop 3.8 test support since it's EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Dec 28, 2024
1 parent 36e7ad0 commit a27cd47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ jobs:
CMD_BUILD: pyinstaller workbench --onefile --name workbench-macos
OUT_FILE_NAME: workbench-macos
ASSET_MIME: application/zip
- os: ubuntu-latest
- os: ubuntu-22.04
TARGET: linux
CMD_BUILD: pyinstaller workbench --onefile --name workbench-linux
OUT_FILE_NAME: workbench-linux
ASSET_MIME: application/zip
- os: ubuntu-24.04
TARGET: linux
CMD_BUILD: pyinstaller workbench --onefile --name workbench-linux
OUT_FILE_NAME: workbench-linux
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]

python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit a27cd47

Please sign in to comment.