Skip to content

Commit a700392

Browse files
authored
update just recipes to use 3.10 for lowest python (#19297)
1 parent ccc1ce6 commit a700392

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ generate-examples:
7171

7272
# Generate OpenAPI documentation
7373
generate-openapi:
74-
uv run --isolated -p 3.9 --with 'pydantic>=2.9.0' ./scripts/generate_mintlify_openapi_docs.py
74+
uv run --isolated -p 3.10 --with 'pydantic>=2.9.0' ./scripts/generate_mintlify_openapi_docs.py
7575

7676
# Generate settings schema and reference
7777
generate-settings:
78-
uv run --isolated -p 3.9 --with 'pydantic>=2.9.0' ./scripts/generate_settings_schema.py
79-
uv run --isolated -p 3.9 --with 'pydantic>=2.9.0' ./scripts/generate_settings_ref.py
78+
uv run --isolated -p 3.10 --with 'pydantic>=2.9.0' ./scripts/generate_settings_schema.py
79+
uv run --isolated -p 3.10 --with 'pydantic>=2.9.0' ./scripts/generate_settings_ref.py
8080

8181
generate-cli-docs:
8282
uv run --isolated ./scripts/generate_cli_docs.py

0 commit comments

Comments
 (0)