We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1af6040 + c7b42e3 commit 4a01c06Copy full SHA for 4a01c06
.github/workflows/test.yml
@@ -28,6 +28,7 @@ jobs:
28
- "3.10"
29
- "3.11"
30
- "3.12"
31
+ - "3.13"
32
steps:
33
- uses: actions/checkout@v4
34
- uses: actions/setup-python@v5
pyproject.toml
@@ -20,6 +20,7 @@ classifiers = [
20
"Programming Language :: Python :: 3.10",
21
"Programming Language :: Python :: 3.11",
22
"Programming Language :: Python :: 3.12",
23
+ "Programming Language :: Python :: 3.13",
24
"Programming Language :: Python :: 3 :: Only",
25
"Framework :: Django",
26
"Framework :: Django :: 4.2",
tox.ini
@@ -2,7 +2,7 @@
2
envlist =
3
py{39,310,311}-dj42
4
py{310,311,312}-dj50
5
- py{310,311,312}-dj51
+ py{310,311,312,313}-dj51
6
skipsdist = True
7
8
[testenv]
0 commit comments