Skip to content

Commit

Permalink
fixup! fixup! fixup! python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Jan 13, 2024
1 parent 10cd8e0 commit 6240a72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ ldap = [
"python-ldap",
]
leveldb = [
"plyvel",
"plyvel; python_version < '3.12'",
]
otel = [
"opentelemetry-exporter-prometheus",
Expand Down Expand Up @@ -285,7 +285,8 @@ devel-devscripts = [
"twine>=4.0.2",
]
devel-duckdb = [
"duckdb>=0.9.0",
"duckdb==0.9.3.dev2258; python_version == '3.12'",
"duckdb>=0.9.0; python_version < '3.12'",
]
# Mypy 0.900 and above ships only with stubs from stdlib so if we need other stubs, we need to install them
# manually as `types-*`. See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
Expand Down

0 comments on commit 6240a72

Please sign in to comment.