Skip to content

Commit be57a4d

Browse files
authored
Removed tests against Python 2.7 in github workflows (opensearch-project#421)
Signed-off-by: saimedhi <saimedhi@amazon.com>
1 parent f1b5706 commit be57a4d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
strategy:
88
matrix:
99
entry:
10-
- { os: 'ubuntu-latest', python-version: "2.7" }
1110
- { os: 'ubuntu-20.04', python-version: "3.5" }
1211
- { os: 'ubuntu-20.04', python-version: "3.6" }
1312
- { os: 'ubuntu-latest', python-version: "3.7" }

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1515
- Fixed flaky CI tests by replacing httpbin with a simple http_server ([#395](https://github.com/opensearch-project/opensearch-py/pull/395))
1616
### Deprecated
1717
### Removed
18+
- Removed tests against Python 2.7 in github workflows ([#421](https://github.com/opensearch-project/opensearch-py/pull/421))
1819
### Fixed
1920
- Fixed import cycle when importing async helpers ([#311](https://github.com/opensearch-project/opensearch-py/pull/311))
2021
- Fixed userguide for async client ([#340](https://github.com/opensearch-project/opensearch-py/pull/340))

0 commit comments

Comments
 (0)