Skip to content

Commit 01c8693

Browse files
committed
update metadata & github actions
1 parent 7fcfc63 commit 01c8693

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

.github/workflows/lint.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
name: lint
22

33
on:
4-
push:
5-
branches:
6-
- "*"
7-
pull_request:
8-
branches:
9-
- "*"
4+
push:
5+
branches:
6+
- "*"
7+
pull_request:
8+
branches:
9+
- "*"
1010

1111
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]

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ classifiers = [
2020
"Framework :: Django :: 3.2",
2121
"Framework :: Django :: 4.0",
2222
"Framework :: Django :: 4.1",
23+
"Framework :: Django :: 4.2",
24+
"Framework :: Django :: 5.0",
2325
"Intended Audience :: Developers",
2426
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
2527
"Operating System :: OS Independent",
@@ -29,6 +31,7 @@ classifiers = [
2931
"Programming Language :: Python :: 3.9",
3032
"Programming Language :: Python :: 3.10",
3133
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.12",
3235
"Topic :: Internet :: WWW/HTTP",
3336
"Topic :: Internet :: WWW/HTTP :: Dynamic Content"
3437
]

0 commit comments

Comments
 (0)