Skip to content

Commit

Permalink
Stop testing with Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 27, 2022
1 parent 834f522 commit d83900f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,6 @@ jobs:
python-version: ['3.7', '3.8', '3.9']
es-version: ['6', '7']
include:
- python-version: 3.6
tox_env: py36-django22-elasticsearch7
requirements: django_2_2
- python-version: 3.6
tox_env: py36-django31-elasticsearch7
requirements: django_3_1
- python-version: 3.6
tox_env: py36-django32-elasticsearch7
requirements: django_3_2

- python-version: 3.6
tox_env: py36-django22-elasticsearch6
requirements: django_2_2
- python-version: 3.6
tox_env: py36-django31-elasticsearch6
requirements: django_3_1
- python-version: 3.6
tox_env: py36-django32-elasticsearch6
requirements: django_3_2

- python-version: 3.7
tox_env: py37-django22-elasticsearch7
Expand Down
2 changes: 2 additions & 0 deletions examples/requirements/schema.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
drf-spectacular[sidecar]
pyyaml

0 comments on commit d83900f

Please sign in to comment.