Skip to content

Commit 6240a72

Browse files
committed
fixup! fixup! fixup! python 3.12 support
1 parent 10cd8e0 commit 6240a72

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
@@ -200,7 +200,7 @@ ldap = [
200200
"python-ldap",
201201
]
202202
leveldb = [
203-
"plyvel",
203+
"plyvel; python_version < '3.12'",
204204
]
205205
otel = [
206206
"opentelemetry-exporter-prometheus",
@@ -285,7 +285,8 @@ devel-devscripts = [
285285
"twine>=4.0.2",
286286
]
287287
devel-duckdb = [
288-
"duckdb>=0.9.0",
288+
"duckdb==0.9.3.dev2258; python_version == '3.12'",
289+
"duckdb>=0.9.0; python_version < '3.12'",
289290
]
290291
# Mypy 0.900 and above ships only with stubs from stdlib so if we need other stubs, we need to install them
291292
# manually as `types-*`. See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports

0 commit comments

Comments
 (0)