Skip to content

Commit

Permalink
chore: skip notdiamond in py313 (#2667)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtarpenning authored Oct 10, 2024
1 parent cd1ac69 commit b931f85
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
nox.options.default_venv_backend = "uv"

SUPPORTED_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]
PY313_INCOMPATIBLE_SHARDS = ["anthropic", "cohere", "dspy", "langchain", "litellm"]
PY313_INCOMPATIBLE_SHARDS = [
"anthropic",
"cohere",
"dspy",
"langchain",
"litellm",
"notdiamond",
]


@nox.session
Expand Down

0 comments on commit b931f85

Please sign in to comment.