Removed tests against Python 2.7 in github workflows (#421)
Signed-off-by: saimedhi <[email protected]>
This commit is contained in:
@@ -7,7 +7,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
entry:
|
entry:
|
||||||
- { os: 'ubuntu-latest', python-version: "2.7" }
|
|
||||||
- { os: 'ubuntu-20.04', python-version: "3.5" }
|
- { os: 'ubuntu-20.04', python-version: "3.5" }
|
||||||
- { os: 'ubuntu-20.04', python-version: "3.6" }
|
- { os: 'ubuntu-20.04', python-version: "3.6" }
|
||||||
- { os: 'ubuntu-latest', python-version: "3.7" }
|
- { os: 'ubuntu-latest', python-version: "3.7" }
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||||||
- Fixed flaky CI tests by replacing httpbin with a simple http_server ([#395](https://github.com/opensearch-project/opensearch-py/pull/395))
|
- Fixed flaky CI tests by replacing httpbin with a simple http_server ([#395](https://github.com/opensearch-project/opensearch-py/pull/395))
|
||||||
### Deprecated
|
### Deprecated
|
||||||
### Removed
|
### Removed
|
||||||
|
- Removed tests against Python 2.7 in github workflows ([#421](https://github.com/opensearch-project/opensearch-py/pull/421))
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed import cycle when importing async helpers ([#311](https://github.com/opensearch-project/opensearch-py/pull/311))
|
- Fixed import cycle when importing async helpers ([#311](https://github.com/opensearch-project/opensearch-py/pull/311))
|
||||||
- Fixed userguide for async client ([#340](https://github.com/opensearch-project/opensearch-py/pull/340))
|
- Fixed userguide for async client ([#340](https://github.com/opensearch-project/opensearch-py/pull/340))
|
||||||
|
|||||||
Reference in New Issue
Block a user