Skip to content

Commit

Permalink
Remove python 3.6 tests since swagger-spec-validator no longer suppor…
Browse files Browse the repository at this point in the history
…ts it
  • Loading branch information
JoelLefkowitz committed Feb 8, 2023
1 parent d071aa0 commit 4aa2c0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: "ubuntu-20.04"
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9]
python: [3.7, 3.8, 3.9]

steps:
- name: Checkout the source code
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ isolated_build_env = .package

# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
envlist =
py{36,37,38,39}-django{22,30}-drf{310,311,312},
py{36,37,38,39}-django{31,32}-drf{311,312},
py{37,38,39}-django{22,30}-drf{310,311,312},
py{37,38,39}-django{31,32}-drf{311,312},
py38-{lint, docs},
py39-djmaster

Expand Down

0 comments on commit 4aa2c0a

Please sign in to comment.