We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373607e commit 2fef602Copy full SHA for 2fef602
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
strategy:
42
matrix:
43
os: [ubuntu-latest, macos-latest, windows-latest]
44
- python-version: [3.10.15, 3.11, 3.12]
+ python-version: [3.10.15, 3.11, 3.12, 3.13]
45
extra_lib: [none, coqui_yes, openai_yes] # Coqui pools different versions of transformers
46
exclude:
47
- os: macos-latest
0 commit comments