Skip to content

Commit 35a0a9f

Browse files
committed
Have Hatch default to Python 3.11
This is the minimum supported version of Python per the default pyproject.toml config.
1 parent 0a3f6e2 commit 35a0a9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

{{cookiecutter.package_name}}/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ only-include = [
7070
[tool.hatch.build.targets.wheel]
7171
packages = ["src/{{cookiecutter.package_name}}"]
7272

73+
[tool.hatch.envs.default]
74+
python = "3.11"
75+
7376
[tool.hatch.envs.hatch-test]
7477
extra-dependencies = [
7578
"pytest",

0 commit comments

Comments
 (0)