neural-amp-modeler

Neural network emulator for guitar amplifiers
Log | Files | Refs | README | LICENSE

commit 9c24b68a9d712370f46db30b9006892f08ec3c80
parent fae4a1301ada7253e39f3bbcdf61dc0ec79e0ea3
Author: Steven Atkinson <steven@atkinson.mn>
Date:   Sun, 19 May 2024 21:56:43 -0700

[TESTING] Add Python 3.11 and 3.12 to the workflow matrix (#422)

Add Python 3.11 and 3.12 to the workflow matrix
Diffstat:
M.github/workflows/python-package.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3