Skip to content

Commit 17703b8

Browse files
Update python version
1 parent b848de8 commit 17703b8

File tree

4 files changed

+4
-221
lines changed

4 files changed

+4
-221
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
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

examples/transcription/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "transcription"
33
version = "0.1.0"
44
description = "Fishjam transcription demo"
55
readme = "README.md"
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.11"
77
dependencies = [
88
"fastapi[standard]==0.116.0",
99
"fishjam-server-sdk",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fishjam-server-sdk"
33
version = "0.20.0"
44
description = "Python server SDK for the Fishjam"
55
authors = [{ name = "Fishjam Team", email = "[email protected]" }]
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.11"
77
readme = "README.md"
88
license = "Apache-2.0"
99
dependencies = [

0 commit comments

Comments
 (0)