You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python is the main programming language for this project.
4
+
5
+
---
6
+
7
+
## What is it used for here?
8
+
!!! question "!"
9
+
- All application code, tests, and tools are written in `python`
10
+
- Supports type hints, modern syntax, async features, and tooling
11
+
- Project requires **`python 3.10+`**
12
+
13
+
---
14
+
15
+
## How is it configured and used?
16
+
17
+
- The minimum required `python` version is specified in [pyproject.toml](https://github.com/python-boilerplate/uv-template/blob/main/pyproject.toml) and in Dockerfiles.
18
+
- All dependencies are managed using [uv](./uv.md).
19
+
- You can use any `python` 3.10+ interpreter (locally, in Docker, or in a devcontainer).
0 commit comments