Skip to content

Commit

Permalink
Remove Python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpg committed May 4, 2023
1 parent 8dc5ab0 commit 1fd40e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changelog

(Unreleased)
~~~~~~~~~~~~
* Remove Python 3.6 support (no code changes occurred, but we no longer test this release).

3.1.0 (2022-11-08)
~~~~~~~~~~~~~~~~~~
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ envlist =
black
flake8
isort
py{36,37,38,39,310}-dj32
py{37,38,39,310}-dj32
py{38,39,310}-dj40
py{38,39,310,311}-dj{41,main}
docs

[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38, black, flake8, isort
3.9: py39
Expand Down Expand Up @@ -39,7 +38,7 @@ ignore_errors =
basepython = python3
skip_install = true
deps = black
commands = black --target-version=py36 --check --diff .
commands = black --target-version=py37 --check --diff .

[testenv:flake8]
basepython = python3
Expand Down

0 comments on commit 1fd40e9

Please sign in to comment.