Skip to content

Commit 31ae643

Browse files
Update pyproject.toml
1 parent c88b0f0 commit 31ae643

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-ltree-2"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Continual of django-ltree"
55
authors = ["baseplate-admin <61817579+baseplate-admin@users.noreply.github.com>"]
66
license = "MIT"
@@ -9,8 +9,6 @@ packages = [{include = "django_ltree"}]
99
classifiers = [
1010
"Development Status :: 5 - Production/Stable",
1111
"Framework :: Django",
12-
"Framework :: Django :: 3.0",
13-
"Framework :: Django :: 3.1",
1412
"Framework :: Django :: 3.2",
1513
"Framework :: Django :: 4.1",
1614
"Framework :: Django :: 4.2",
@@ -24,6 +22,8 @@ classifiers = [
2422
"Programming Language :: Python :: 3.10",
2523
"Programming Language :: Python :: 3.11",
2624
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
26+
2727
]
2828

2929
[tool.poetry.urls]
@@ -41,7 +41,6 @@ psycopg = ">=3"
4141
pytest = "^8.0.1"
4242
pytest-django = "^4.8.0"
4343

44-
4544
[tool.poetry.group.docs.dependencies]
4645
sphinx = "^7.2.6"
4746
myst-parser = ">=2"

0 commit comments

Comments
 (0)