Commit be57a4d 1 parent f1b5706 commit be57a4d Copy full SHA for be57a4d
File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
matrix :
9
9
entry :
10
- - { os: 'ubuntu-latest', python-version: "2.7" }
11
10
- { os: 'ubuntu-20.04', python-version: "3.5" }
12
11
- { os: 'ubuntu-20.04', python-version: "3.6" }
13
12
- { os: 'ubuntu-latest', python-version: "3.7" }
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
15
15
- Fixed flaky CI tests by replacing httpbin with a simple http_server ([ #395 ] ( https://github.com/opensearch-project/opensearch-py/pull/395 ) )
16
16
### Deprecated
17
17
### Removed
18
+ - Removed tests against Python 2.7 in github workflows ([ #421 ] ( https://github.com/opensearch-project/opensearch-py/pull/421 ) )
18
19
### Fixed
19
20
- Fixed import cycle when importing async helpers ([ #311 ] ( https://github.com/opensearch-project/opensearch-py/pull/311 ) )
20
21
- Fixed userguide for async client ([ #340 ] ( https://github.com/opensearch-project/opensearch-py/pull/340 ) )
You can’t perform that action at this time.
0 commit comments