Skip to content

Commit 2734e6d

Browse files
committed
py313
1 parent a6b3b1e commit 2734e6d

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "3.10"
1919
- "3.11"
2020
- "3.12"
21+
- "3.13"
2122

2223
steps:
2324
- uses: actions/checkout@v4

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Next version
88
emails to authors option.
99
* Stopped slugifying choice values so that we properly support non-latin
1010
characters.
11+
- Added Python 3.13.
1112

1213
0.26
1314
----

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
2930
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
3031
"Topic :: Software Development",
3132
]

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ envlist =
33
py{39,310}-dj{32,42}
44
py{310,311}-dj{32,42,50,main}
55
py{312}-dj{42,50,51,main}
6+
py{313}-dj{51,main}
67

78
[testenv]
89
usedevelop = true

0 commit comments

Comments
 (0)