Skip to content

Commit

Permalink
Add support for Django 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfreitag committed Aug 16, 2022
1 parent 41c1342 commit 336b7b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- django31
- django32
- django40
- django41
# include:
# - python-version: 3.8
# tox-environment: djangomain
Expand All @@ -31,6 +32,10 @@ jobs:
tox-environment: django40
- python-version: 3.7
tox-environment: django40
- python-version: 3.6
tox-environment: django41
- python-version: 3.7
tox-environment: django41

env:
TOXENV: ${{ matrix.tox-environment }}
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.1",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
django31
django32
django40
django41
# djangomain

[testenv]
Expand All @@ -12,6 +13,7 @@ deps =
django31: Django~=3.1.0
django32: Django~=3.2.0
django40: Django~=4.0.0
django41: Django~=4.1.0
# djangomain: https://github.com/django/django/archive/main.tar.gz
coverage

Expand Down

0 comments on commit 336b7b0

Please sign in to comment.