Skip to content

Commit 45b7adb

Browse files
committed
Remove support for python 3.9
1 parent de2526a commit 45b7adb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
WEAVIATE_131: 1.31.19
2626
WEAVIATE_132: 1.32.16
2727
WEAVIATE_133: 1.33.4
28-
WEAVIATE_134: 1.34.0
28+
WEAVIATE_134: 1.34.1
2929

3030
jobs:
3131
lint-and-format:
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
62+
version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
6363
folder: ["weaviate", "integration", "integration_embedded"]
6464
steps:
6565
- uses: actions/checkout@v4
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
82+
version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
8383
folder: ["test", "mock_tests"]
8484
steps:
8585
- uses: actions/checkout@v4
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ubuntu-latest
123123
strategy:
124124
matrix:
125-
version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
125+
version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
126126
optional_dependencies: [false]
127127
steps:
128128
- uses: actions/checkout@v4

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install_requires =
4141
grpcio>=1.59.5,<1.80.0
4242
protobuf>=4.21.6,<7.0.0
4343
deprecation>=2.1.0,<3.0.0
44-
python_requires = >=3.9
44+
python_requires = >=3.10
4545

4646
[options.extras_require]
4747
agents =

0 commit comments

Comments
 (0)