Skip to content

Commit

Permalink
feat!: dropped django32 support
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Sep 17, 2023
1 parent 375c7b9 commit 2a02664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8"]
toxenv: [django32, django42, quality, pii_check, check_keywords]
toxenv: [django42, quality, pii_check, check_keywords]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38-django{32,42}
envlist = py38-django{42}
skipsdist = true

[pytest]
Expand Down

0 comments on commit 2a02664

Please sign in to comment.