Skip to content

Commit

Permalink
Merge pull request #866 from michael-k/django3.2
Browse files Browse the repository at this point in the history
Run tests against Django 3.2
  • Loading branch information
etianen committed Apr 7, 2021
2 parents 37a13cf + 630e320 commit 7f36456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
django-version:
- '>=3.2,<4.0'
- '>=3.1,<3.2'
- '>=3.0,<3.1'
- '>=2.2,<3.0'
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def read(filepath):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
"Framework :: Django",
]
)

0 comments on commit 7f36456

Please sign in to comment.