Skip to content

Commit 45bfbbc

Browse files
Update project_metadata.md
1 parent 6a3b0ac commit 45bfbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/project_metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ description = "greet_me Pixi-managed package"
4141
authors = [{ name = "Priyanka", email = "" }]
4242
readme = "README.md"
4343
license = { text = "MIT" }
44-
requires-python = ">=3.10"
44+
requires-python = ">=3.11"
4545
dependencies = []
4646
```
4747
The `[build-system]` table in a pyproject.toml file tells packaging tools like pip what software is needed to build your Python project. It specifies the build backend that will be used to create distributable packages, like wheels (.whl) or source distributions (.sdist).

0 commit comments

Comments
 (0)