Skip to content

Commit 6effd62

Browse files
committed
Dropped support for Python < 3.10 for examples [skip ci]
1 parent 1913c84 commit 6effd62

17 files changed

Lines changed: 17 additions & 17 deletions

File tree

examples/citus/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "example"
33
version = "0.1.0"
4-
requires-python = ">= 3.9"
4+
requires-python = ">= 3.10"
55

66
[dependency-groups]
77
dev = [

examples/cohere/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "example"
33
version = "0.1.0"
4-
requires-python = ">= 3.9"
4+
requires-python = ">= 3.10"
55

66
[dependency-groups]
77
dev = [

examples/colbert/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "example"
33
version = "0.1.0"
4-
requires-python = ">= 3.9"
4+
requires-python = ">= 3.10"
55

66
[dependency-groups]
77
dev = [

examples/colpali/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "example"
33
version = "0.1.0"
4-
requires-python = ">= 3.9"
4+
requires-python = ">= 3.10"
55

66
[dependency-groups]
77
dev = [

examples/gensim/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "example"
33
version = "0.1.0"
4-
requires-python = ">= 3.9"
4+
requires-python = ">= 3.10"
55

66
[dependency-groups]
77
dev = [

examples/hybrid_search/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "example"
33
version = "0.1.0"
4-
requires-python = ">= 3.9"
4+
requires-python = ">= 3.10"
55

66
[dependency-groups]
77
dev = [

examples/image_search/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "example"
33
version = "0.1.0"
4-
requires-python = ">= 3.9"
4+
requires-python = ">= 3.10"
55

66
[dependency-groups]
77
dev = [

examples/imagehash/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "example"
33
version = "0.1.0"
4-
requires-python = ">= 3.9"
4+
requires-python = ">= 3.10"
55

66
[dependency-groups]
77
dev = [

examples/implicit/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "example"
33
version = "0.1.0"
4-
requires-python = ">= 3.9"
4+
requires-python = ">= 3.10"
55

66
[dependency-groups]
77
dev = [

examples/lightfm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "example"
33
version = "0.1.0"
4-
requires-python = ">= 3.9"
4+
requires-python = ">= 3.10"
55

66
[dependency-groups]
77
dev = [

0 commit comments

Comments
 (0)