Skip to content

Commit

Permalink
Dont test for 3.6 anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Mar 11, 2023
1 parent 365082b commit 38a162a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.7", "3.8", "3.9"]
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v2"
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[tox]
isolated_build = true
envlist = py{36,37,38,39}-django{22,30,31,32}
envlist = py{37,38,39}-django{22,30,31,32}

[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39
Expand Down

0 comments on commit 38a162a

Please sign in to comment.