Skip to content

Commit

Permalink
Remove CI testing and pkg building of Python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmith023 committed Oct 11, 2024
1 parent 51614e5 commit 4217ec7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
version: ["3.9", "3.10", "3.11", "3.12"]
folder: ["weaviate"]
steps:
- uses: actions/checkout@v4
Expand All @@ -66,7 +66,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
version: ["3.9", "3.10", "3.11", "3.12"]
folder: ["test", "mock_tests"]
steps:
- uses: actions/checkout@v4
Expand All @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
version: ["3.9", "3.10", "3.11", "3.12"]
optional_dependencies: [false]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -120,7 +120,6 @@ jobs:
fail-fast: false
matrix:
versions: [
{ py: "3.8", weaviate: $WEAVIATE_126},
{ py: "3.9", weaviate: $WEAVIATE_126},
{ py: "3.10", weaviate: $WEAVIATE_126},
{ py: "3.11", weaviate: $WEAVIATE_123},
Expand Down Expand Up @@ -172,7 +171,6 @@ jobs:
fail-fast: false
matrix:
versions: [
{ py: "3.8", weaviate: $WEAVIATE_126},
{ py: "3.9", weaviate: $WEAVIATE_126},
{ py: "3.10", weaviate: $WEAVIATE_126},
{ py: "3.11", weaviate: $WEAVIATE_123},
Expand Down Expand Up @@ -224,7 +222,6 @@ jobs:
fail-fast: false
matrix:
versions: [
{ py: "3.8", weaviate: $WEAVIATE_125},
{ py: "3.9", weaviate: $WEAVIATE_125},
{ py: "3.10", weaviate: $WEAVIATE_125},
{ py: "3.11", weaviate: $WEAVIATE_125},
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Weaviate python client

A python native client for easy interaction with a Weaviate instance.

The client is tested for python 3.8 and higher.
The client is tested for python 3.9 and higher.

Visit the official `Weaviate <https://weaviate.io/>`_ website for more information about the Weaviate and how to use it in production.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install_requires =
grpcio>=1.57.0,<2.0.0
grpcio-tools>=1.57.0,<2.0.0
grpcio-health-checking>=1.57.0,<2.0.0
python_requires = >=3.8
python_requires = >=3.9


[options.package_data]
Expand Down

0 comments on commit 4217ec7

Please sign in to comment.