Skip to content

Commit

Permalink
fix: use py 3.13 in ci action (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
yshalsager authored Oct 25, 2024
1 parent cb87506 commit 4706a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
fail-fast: false
matrix:
os: [ 'windows-latest', 'macos-latest', 'ubuntu-latest' ]
python-version: [ "3.12" ]
python-version: [ "3.13" ]
poetry-version: [ "1.8.4" ]
variant: [ 'wit', 'whisper' ]
architecture: [ 'x64' ]
include:
- os: windows-latest
architecture: 'x86'
python-version: "3.12"
python-version: "3.13"
poetry-version: "1.8.4"
variant: "wit"
steps:
Expand Down

0 comments on commit 4706a9d

Please sign in to comment.