Skip to content

Commit

Permalink
fix: remove unsupported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhblind committed Jan 3, 2023
1 parent d340fce commit cf510ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
matrix:
django-version: [2.2, 3.1, 3.2]
python-version: [3.6, 3.7, 3.8, 3.9]
elastic-version: [1.7, 2.4, 5.5, "7.13.1"]
python-version: [3.7, 3.8, 3.9]
elastic-version: [2.4, 5.5, "7.13.1"]
include:
- django-version: "4.0"
python-version: 3.8
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
docs
py{37,38,39,310,311,py}-django{2.2,3.0,3.1,3.2,4.0,4.1}-es{1.x,2.x,5.x,7.x}
py{37,38,39,310,311,py}-django{2.2,3.0,3.1,3.2,4.0,4.1}-es{2.x,5.x,7.x}


[testenv]
Expand All @@ -16,12 +16,10 @@ deps =
django3.2: Django>=3.2,<3.3
django4.0: Django>=4.0,<4.1
django4.1: Django>=4.1,<4.2
es1.x: elasticsearch>=1,<2
es2.x: elasticsearch>=2,<3
es5.x: elasticsearch>=5,<6
es7.x: elasticsearch>=7,<8
setenv =
es1.x: VERSION_ES=>=1,<2
es2.x: VERSION_ES=>=2,<3
es5.x: VERSION_ES=>=5,<6
es7.x: VERSION_ES=>=7,<8
Expand Down

0 comments on commit cf510ee

Please sign in to comment.