Skip to content

Commit

Permalink
Drop Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 25, 2022
1 parent e6da033 commit 074a4e6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test_opensearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10']
es-version: ['1', '2']
include:
- python-version: '3.6'
tox_env: py36-elastic6
requirements: elastic_6x
- python-version: '3.6'
tox_env: py36-elastic7
requirements: elastic_7x

- python-version: '3.7'
tox_env: py37-elastic6
Expand Down

0 comments on commit 074a4e6

Please sign in to comment.