Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devtools/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ environment scripts, packaging utilities, and operational guidance.
for CI-related tasks, and `docs` for dependencies to build documentation.

## Python Scripts in devtools
- Maintain compatibility with Python >=3.10, matching `pyproject.toml`.
- Maintain compatibility with Python 3.10–3.12 (>=3.10,<3.13), matching `pyproject.toml`.
- Use only the standard library and dependencies already declared in the
development profile. If you need new packages, add them to
`requirements.yaml` first and rebroadcast.
Expand Down