Merge pull request #333 from makaveli10/add_support_py_312
Add support py 312.
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.8, 3.9, '3.10', 3.11]
|
||||
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.8, 3.9, '3.10', 3.11]
|
||||
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
faster-whisper==1.1.0
|
||||
websockets
|
||||
onnxruntime==1.16.0
|
||||
onnxruntime==1.17.0
|
||||
numba
|
||||
kaldialign
|
||||
soundfile
|
||||
|
||||
Reference in New Issue
Block a user