We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b7401 commit 058cee3Copy full SHA for 058cee3
pyproject.toml
@@ -19,6 +19,7 @@ classifiers = [
19
"Framework :: Django :: 4.0",
20
"Framework :: Django :: 4.1",
21
"Framework :: Django :: 4.2",
22
+ "Framework :: Django :: 5.0",
23
"Intended Audience :: Developers",
24
"License :: OSI Approved :: MIT License",
25
"Programming Language :: Python",
@@ -29,11 +30,11 @@ classifiers = [
29
30
"Programming Language :: Python :: 3.9",
31
"Programming Language :: Python :: 3.10",
32
"Programming Language :: Python :: 3.11",
33
+ "Programming Language :: Python :: 3.12",
34
]
35
dependencies = [
36
"django>=3.2",
- "clickhouse-driver==0.2.6",
- "clickhouse-pool==0.5.3",
37
+ "clickhouse-driver==0.2.8",
38
39
dynamic = ["version", "readme"]
40
0 commit comments