Skip to content

Commit 058cee3

Browse files
committed
chore: clickhouse_driver 0.2.8, django 5.0, python 3.12
1 parent 01b7401 commit 058cee3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Framework :: Django :: 4.0",
2020
"Framework :: Django :: 4.1",
2121
"Framework :: Django :: 4.2",
22+
"Framework :: Django :: 5.0",
2223
"Intended Audience :: Developers",
2324
"License :: OSI Approved :: MIT License",
2425
"Programming Language :: Python",
@@ -29,11 +30,11 @@ classifiers = [
2930
"Programming Language :: Python :: 3.9",
3031
"Programming Language :: Python :: 3.10",
3132
"Programming Language :: Python :: 3.11",
33+
"Programming Language :: Python :: 3.12",
3234
]
3335
dependencies = [
3436
"django>=3.2",
35-
"clickhouse-driver==0.2.6",
36-
"clickhouse-pool==0.5.3",
37+
"clickhouse-driver==0.2.8",
3738
]
3839
dynamic = ["version", "readme"]
3940

0 commit comments

Comments
 (0)