Skip to content

Commit

Permalink
Merge pull request #63 from felixxm/django-4.1
Browse files Browse the repository at this point in the history
Added testing for Django 4.1.
  • Loading branch information
charettes committed Jul 11, 2022
2 parents f1ea180 + 327ff19 commit ea1390f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ envlist =
isort,
py36-3.2,
py37-3.2,
py38-{3.2,4.0,main},
py39-{3.2,4.0,main},
py310-{3.2,4.0,main},
py38-{3.2,4.0,4.1,main},
py39-{3.2,4.0,4.1,main},
py310-{3.2,4.0,4.1,main},

[gh-actions]
python =
Expand All @@ -33,6 +33,7 @@ deps =
coverage
3.2: Django>=3.0,<3.1
4.0: Django>=4.0,<4.1
4.1: Django>=4.1b1,<4.2
main: https://github.com/django/django/archive/main.tar.gz
passenv =
GITHUB_*
Expand Down

0 comments on commit ea1390f

Please sign in to comment.