Skip to content

Commit e85b331

Browse files
authored
Merge pull request #9 from boltronics/set_style_target_py
Tweak environment-specific Python versions
2 parents 0a3f6e2 + bfbe5c7 commit e85b331

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

{{cookiecutter.package_name}}/pyproject.toml

Lines changed: 4 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",
@@ -128,6 +131,7 @@ extra-dependencies = [
128131
check = "pylint src tests examples"
129132

130133
[tool.hatch.envs.style]
134+
python = "3.14"
131135
detached = true
132136
extra-dependencies = [
133137
"black",

0 commit comments

Comments
 (0)