Skip to content

Commit

Permalink
Add support for Python 3.12, update dependencies
Browse files Browse the repository at this point in the history
Note: The nstool binary was updated to v1.8.1 (https://github.com/jakcron/nstool/releases/tag/v1.8.1)
  • Loading branch information
rlaphoenix committed Jan 20, 2024
1 parent 234c243 commit 37d7931
Show file tree
Hide file tree
Showing 6 changed files with 320 additions and 337 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10.x'
python-version: '3.12.x'
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: '1.4.1'
poetry-version: '1.6.1'
- name: Configure poetry
run: poetry config virtualenvs.in-project true
- name: Install dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Install external Homebrew Tools
if: steps.cache-hb-tools.outputs.cache-hit != 'true'
run: |
aria2c https://github.com/jakcron/nstool/releases/download/v1.6.5/nstool-v1.6.5-win_x64.zip
aria2c https://github.com/jakcron/nstool/releases/download/v1.8.1/nstool-v1.8.1-win_x64.zip
7z x nstool-v1.6.5-win_x64.zip nstool.exe
aria2c https://github.com/The-4n/hacBrewPack/releases/download/v3.05/hacbrewpack-v3.05_win64.zip
7z x hacbrewpack-v3.05_win64.zip hacbrewpack.exe
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
poetry-version: [1.4.1]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
poetry-version: [1.6.1]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,4 @@ binaries within the bin folder.

* * *

© rlaphoenix 2022-2023
© rlaphoenix 2022-2024
Binary file modified nton/bin/nstool.exe
Binary file not shown.
Loading

0 comments on commit 37d7931

Please sign in to comment.