Skip to content

Commit

Permalink
Remove Support for Python 3.6 & 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sandre35 committed Dec 28, 2023
1 parent aabca53 commit cac7b03
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
django:
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ matrix:
fast_finish: true
include:
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
- {env: DJANGO=3.2, python: '3.6'}
- {env: DJANGO=3.2, python: '3.7'}
- {env: DJANGO=3.2, python: '3.8'}
- {env: DJANGO=3.2, python: '3.9'}
- {env: DJANGO=3.2, python: 'nightly'}

- {env: DJANGO=master, python: '3.6'}
- {env: DJANGO=master, python: '3.7'}
- {env: DJANGO=master, python: '3.8'}
- {env: DJANGO=master, python: '3.9'}
- {env: DJANGO=master, python: 'nightly'}
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
1.4.2 (unreleased)
------------------

- Drop support for Python 3.6 & 3.7
- Drop support for Django 3.1
- Drop support for Django 2.2

Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ def read(filename):
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
envlist =
py{36,37}-django{32}
py{38,39,nightly}-django{32,main}
quality
docstring
Expand Down

0 comments on commit cac7b03

Please sign in to comment.