Skip to content

Commit

Permalink
Drop support for Django < 3.2 and Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Aug 17, 2022
1 parent 66c9f8f commit 0a0daba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,12 @@ jobs:
strategy:
matrix:
django_version: [ '3.2', '4.0', '4.1' ]
python_version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ]
python_version: [ '3.7', '3.8', '3.9', '3.10' ]
exclude:

- django_version: '4.0'
python_version: '3.6'

- django_version: '4.0'
python_version: '3.7'

- django_version: '4.1'
python_version: '3.6'

- django_version: '4.1'
python_version: '3.7'
env:
Expand Down
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ CHANGELOG
1.3.0 (unreleased)
==================

-
- Add typings #213
- Drop support for Django < 3.2 and Python 3.6

1.2.3 (2022-08-17)
==================
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ Compatibilities
* Branch 0.4.x is compatible with django >= 1.8
* Branch 0.5.x is compatible with django >= 1.11
* Branch 1.0.x, 1.1.x and 1.2.x are compatible with django >= 2.2
* Branch 1.3.x is compatible with django >= 3.2 and Python >= 3.7

Current branch (1.2.x) is tested with :
Current branch (1.3.x) is tested with :

* Django 2.2 using python 3.5 to 3.9.
* Django 3.0 using python 3.6 to 3.9.
* Django 3.1 using python 3.6 to 3.9.
* Django 3.2 using python 3.6 to 3.9.
* Django 3.2 using python 3.7 to 3.10.
* Django 4.0 using python 3.8 to 3.10.
* Django 4.1 using python 3.8 to 3.10.


Installation
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
skipsdist = True
envlist =
{py36}-django-{32}
{py37}-django-{32}
{py38}-django-{32,40,41}
{py39}-django-{32,40,41}
Expand Down

0 comments on commit 0a0daba

Please sign in to comment.