Skip to content

Commit 85fe313

Browse files
committed
Test against python 12 and 13
1 parent d8f5b33 commit 85fe313

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
- "3.9"
7171
- "3.10"
7272
- "3.11"
73+
- "3.12"
74+
- "3.13"
7375
django-version:
7476
- "3.2"
7577
- "4.1"

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ classifiers = [
2424
"Programming Language :: Python :: 3.9",
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2729
"Framework :: Django",
2830
"Framework :: Django :: 3.2",
2931
"Framework :: Django :: 4.1",

0 commit comments

Comments
 (0)