Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
ci: Add testing against Django 4.1 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack authored Oct 11, 2022
1 parent aefb860 commit d2d2e00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
django-version: [
'3.2',
'4.0',
'4.1',
]
os: [
ubuntu-20.04,
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def find_variable(variable, *parts):
'Programming Language :: Python :: 3.10',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Development Status :: 5 - Production/Stable',
],
project_urls={
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setenv =
deps =
bleach
django32: Django>=3.2,<3.3
django4: Django>=4.0,<4.1
django4: Django>=4.0,<4.2
mock

extras =
Expand Down

0 comments on commit d2d2e00

Please sign in to comment.