File tree Expand file tree Collapse file tree 4 files changed +4
-221
lines changed
Expand file tree Collapse file tree 4 files changed +4
-221
lines changed Original file line number Diff line number Diff line change 88 strategy : &python-matrix
99 matrix :
1010 python-version :
11- - " 3.10"
1211 - " 3.11"
1312 - " 3.12"
13+ - " 3.13"
1414 name : static-checks
1515 steps :
1616 - name : Checkout code
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "transcription"
33version = " 0.1.0"
44description = " Fishjam transcription demo"
55readme = " README.md"
6- requires-python = " >=3.10 "
6+ requires-python = " >=3.11 "
77dependencies = [
88 " fastapi[standard]==0.116.0" ,
99 " fishjam-server-sdk" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "fishjam-server-sdk"
33version = " 0.20.0"
44description = " Python server SDK for the Fishjam"
55authors = [{
name =
" Fishjam Team" ,
email =
" [email protected] " }]
6- requires-python = " >=3.10 "
6+ requires-python = " >=3.11 "
77readme = " README.md"
88license = " Apache-2.0"
99dependencies = [
You can’t perform that action at this time.
0 commit comments