Skip to content

Commit

Permalink
add Django 4.1 to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Aug 10, 2022
1 parent 8ec2a8d commit f0c470b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Requirements
------------

- Python >= 3.6
- Django (2.2, 3.2, 4.0)
- Django (2.2, 3.2, 4.0, 4.1)
- Django REST Framework (3.10, 3.11, 3.12, 3.13)

Installation
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def get_packages(package):
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ envlist =
py39-lint,py39-docs,
{py36,py37,py38}-django{2.2}-drf{3.10,3.11},
{py37,py38,py39}-django{3.2}-drf{3.11,3.12},
{py38,py39,py310}-django{4.0}-drf{3.13},
py310-django4.0-drfmaster
{py38,py39,py310}-django{4.0,4.1}-drf{3.13},
py310-django4.1-drfmaster
py310-djangomaster-drf3.13
py310-drfmaster-djangomaster
py310-drfmaster-djangomaster-allowcontribfail
Expand All @@ -20,6 +20,7 @@ deps =
django2.2: Django>=2.2,<3.0
django3.2: Django>=3.2,<4.0
django4.0: Django>=4.0,<4.1
django4.1: Django>=4.1,<4.2

drf3.10: djangorestframework>=3.10,<3.11
drf3.11: djangorestframework>=3.11,<3.12
Expand Down

0 comments on commit f0c470b

Please sign in to comment.