Skip to content

Commit c8be0eb

Browse files
committed
Remove more 3.9 CI tests
1 parent 45b7adb commit c8be0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ jobs:
153153
fail-fast: false
154154
matrix:
155155
versions: [
156-
{ py: "3.9", weaviate: $WEAVIATE_132, grpc: "1.59.0"},
157156
{ py: "3.10", weaviate: $WEAVIATE_132, grpc: "1.66.0"},
158157
{ py: "3.11", weaviate: $WEAVIATE_132, grpc: "1.70.0"},
159158
{ py: "3.12", weaviate: $WEAVIATE_132, grpc: "1.72.1"},
160159
{ py: "3.13", weaviate: $WEAVIATE_132, grpc: "1.74.0"}
160+
{ py: "3.14", weaviate: $WEAVIATE_132, grpc: "1.76.0"}
161161
]
162162
optional_dependencies: [false]
163163
steps:
@@ -208,11 +208,11 @@ jobs:
208208
fail-fast: false
209209
matrix:
210210
versions: [
211-
{ py: "3.9", weaviate: $WEAVIATE_132},
212211
{ py: "3.10", weaviate: $WEAVIATE_132},
213212
{ py: "3.11", weaviate: $WEAVIATE_132},
214213
{ py: "3.12", weaviate: $WEAVIATE_132},
215214
{ py: "3.13", weaviate: $WEAVIATE_132}
215+
{ py: "3.14", weaviate: $WEAVIATE_132}
216216
]
217217
optional_dependencies: [false]
218218
steps:

0 commit comments

Comments
 (0)