Skip to content

Commit

Permalink
Remove python 3.6 support. (#718)
Browse files Browse the repository at this point in the history
* Remove python 3.6 support.

* Remove unsupported code
  • Loading branch information
jamaalscarlett authored and 50-Course committed Oct 3, 2024
1 parent 9733b22 commit 3b0abf6
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
skipsdist = False
usedevelop = true
envlist =
py{36,37,38,39}-dj{22,32}
py{38,39,310,311}-dj{40,405,42}
py{37,38,39}-dj{22,32}
py{38,39}-dj{40,405}
flake8

[gh-actions]
Expand Down

0 comments on commit 3b0abf6

Please sign in to comment.