File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 1
1
name : lint
2
2
3
3
on :
4
- push :
5
- branches :
6
- - " *"
7
- pull_request :
8
- branches :
9
- - " *"
4
+ push :
5
+ branches :
6
+ - " *"
7
+ pull_request :
8
+ branches :
9
+ - " *"
10
10
11
11
jobs :
12
- pre-commit :
13
- runs-on : ubuntu-latest
14
- steps :
15
- - uses : actions/checkout@v3
16
- - uses : actions/setup-python@v3
17
- -
uses :
pre-commit/[email protected]
12
+ pre-commit :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v4
16
+ - uses : actions/setup-python@v5
17
+ with :
18
+ python-version : " 3.12"
19
+ -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ classifiers = [
20
20
" Framework :: Django :: 3.2" ,
21
21
" Framework :: Django :: 4.0" ,
22
22
" Framework :: Django :: 4.1" ,
23
+ " Framework :: Django :: 4.2" ,
24
+ " Framework :: Django :: 5.0" ,
23
25
" Intended Audience :: Developers" ,
24
26
" License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ,
25
27
" Operating System :: OS Independent" ,
@@ -29,6 +31,7 @@ classifiers = [
29
31
" Programming Language :: Python :: 3.9" ,
30
32
" Programming Language :: Python :: 3.10" ,
31
33
" Programming Language :: Python :: 3.11" ,
34
+ " Programming Language :: Python :: 3.12" ,
32
35
" Topic :: Internet :: WWW/HTTP" ,
33
36
" Topic :: Internet :: WWW/HTTP :: Dynamic Content"
34
37
]
You can’t perform that action at this time.
0 commit comments