We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93e0ef commit a21b8c8Copy full SHA for a21b8c8
.github/workflows/cicd.yml
@@ -65,7 +65,7 @@ jobs:
65
66
strategy:
67
matrix:
68
- python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"]
69
backend: [ "elasticsearch7", "elasticsearch8", "opensearch"]
70
71
name: Python ${{ matrix.python-version }} testing with ${{ matrix.backend }}
0 commit comments