Skip to content

Commit 87b02a9

Browse files
wongchtfjsj
authored andcommitted
update displayed supported version
1 parent e8f2b8a commit 87b02a9

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A [changelog](CHANGELOG.md) is also available.
1616

1717
## Compatibility
1818

19-
Test cases cover Django>=2.0 on Python>=3.5. 100% code coverage is the target so we can be sure everything works anytime. It should probably work on older version of django as well but the package does not ship any test cases for them.
19+
Test cases cover Django>=3.2 on Python>=3.8. 100% code coverage is the target so we can be sure everything works anytime. It should probably work on older version of django as well but the package does not ship any test cases for them.
2020

2121

2222
## Install

setup.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,11 @@ def rel(*parts):
3131
keywords = ['django', 'webpack', 'assets'], # arbitrary keywords
3232
classifiers = [
3333
'Programming Language :: Python',
34-
'Programming Language :: Python :: 3.6',
35-
'Programming Language :: Python :: 3.7',
3634
'Programming Language :: Python :: 3.8',
3735
'Programming Language :: Python :: 3.9',
3836
'Programming Language :: Python :: 3.10',
37+
'Programming Language :: Python :: 3.11',
3938
'Framework :: Django',
40-
'Framework :: Django :: 2.0',
41-
'Framework :: Django :: 2.1',
42-
'Framework :: Django :: 2.2',
43-
'Framework :: Django :: 3.0',
44-
'Framework :: Django :: 3.1',
4539
'Framework :: Django :: 3.2',
4640
'Framework :: Django :: 4.0',
4741
'Framework :: Django :: 4.1',

0 commit comments

Comments
 (0)