Skip to content

Commit 7d093af

Browse files
authored
ci: exclude python 3.7 from elasticsearch 9 tests (#2468)
1 parent 684db5a commit 7d093af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/.matrix_exclude.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ exclude:
4040
# Elasticsearch
4141
- VERSION: python-3.6
4242
FRAMEWORK: elasticsearch-9
43+
- VERSION: python-3.7
44+
FRAMEWORK: elasticsearch-9
4345
# Flask
4446
- VERSION: pypy-3
4547
FRAMEWORK: flask-0.11 # see https://github.com/pallets/flask/commit/6e46d0cd, 0.11.2 was never released

0 commit comments

Comments
 (0)