Skip to content

Commit

Permalink
Added support for Python 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vduseev committed Aug 1, 2022
1 parent cc8c930 commit df786e6
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 397 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]

services:
opensearch:
Expand Down
Loading

0 comments on commit df786e6

Please sign in to comment.