Skip to content

Commit 2b6656e

Browse files
authored
pyproject.toml: Add Python 3.12 and Django 5.0
1 parent c45115c commit 2b6656e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ classifiers = [
2727
"Operating System :: OS Independent",
2828
"Development Status :: 5 - Production/Stable",
2929
"Framework :: Django",
30-
"Framework :: Django :: 2.0",
31-
"Framework :: Django :: 3.0",
32-
"Framework :: Django :: 4.0",
30+
"Framework :: Django :: 3.2",
31+
"Framework :: Django :: 4.2",
32+
"Framework :: Django :: 5.0",
3333
]
3434

3535
[tool.poetry.dependencies]
3636
python = "^3.7"
37-
Django = ">=2,<5"
37+
Django = ">=2,<6"
3838
pydantic = "*"
3939
typing-extensions = "*"
4040

@@ -125,7 +125,7 @@ source = [
125125
legacy_tox_ini = """
126126
[tox]
127127
isolated_build = True
128-
envlist = py{311,310,39,38,37}
128+
envlist = py{312,311,310,39,38,37}
129129
130130
[testenv]
131131
allowlist_externals = poetry

0 commit comments

Comments
 (0)