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 10cd8e0 commit 6240a72Copy full SHA for 6240a72
pyproject.toml
@@ -200,7 +200,7 @@ ldap = [
200
"python-ldap",
201
]
202
leveldb = [
203
- "plyvel",
+ "plyvel; python_version < '3.12'",
204
205
otel = [
206
"opentelemetry-exporter-prometheus",
@@ -285,7 +285,8 @@ devel-devscripts = [
285
"twine>=4.0.2",
286
287
devel-duckdb = [
288
- "duckdb>=0.9.0",
+ "duckdb==0.9.3.dev2258; python_version == '3.12'",
289
+ "duckdb>=0.9.0; python_version < '3.12'",
290
291
# Mypy 0.900 and above ships only with stubs from stdlib so if we need other stubs, we need to install them
292
# manually as `types-*`. See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
0 commit comments