Skip to content

Commit 0f65e81

Browse files
committed
Merge branch 'python3.12_support' into 'master'
python3.12 support See merge request machine-learning/fast-ctc-decode!1
2 parents 31c69e2 + 201dd31 commit 0f65e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: macos-latest
4444
strategy:
4545
matrix:
46-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
46+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
4747
steps:
4848
- uses: actions/checkout@v3
4949
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)