@@ -17,11 +17,11 @@ classifiers = [
17
17
" Operating System :: Unix" ,
18
18
" Topic :: Software Development :: Quality Assurance" ,
19
19
" Programming Language :: Python :: 3" ,
20
- " Programming Language :: Python :: 3.8" ,
21
20
" Programming Language :: Python :: 3.9" ,
22
21
" Programming Language :: Python :: 3.10" ,
23
22
" Programming Language :: Python :: 3.11" ,
24
23
" Programming Language :: Python :: 3.12" ,
24
+ " Programming Language :: Python :: 3.13" ,
25
25
" Framework :: Django :: 2.2" ,
26
26
" Framework :: Django :: 3" ,
27
27
" Framework :: Django :: 3.0" ,
@@ -32,6 +32,7 @@ classifiers = [
32
32
" Framework :: Django :: 4.1" ,
33
33
" Framework :: Django :: 4.2" ,
34
34
" Framework :: Django :: 5.0" ,
35
+ " Framework :: Django :: 5.1" ,
35
36
" License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)" ,
36
37
]
37
38
keywords = [ " pylint" , " django" , " plugin" ]
@@ -42,9 +43,9 @@ include = [ "pylint_django/LICENSE" ]
42
43
exclude = [ " **/tests/**" , " **/testutils.py" , " **/tests.py" ]
43
44
44
45
[tool .poetry .dependencies ]
45
- python = " >=3.8 ,<4.0"
46
+ python = " >=3.9 ,<4.0"
46
47
pylint-plugin-utils = " >=0.8"
47
- pylint = " >=2 .0,<4"
48
+ pylint = " >=3 .0,<4"
48
49
Django = { version = " >=2.2" , optional = true }
49
50
50
51
[tool .poetry .group .dev .dependencies ]
0 commit comments