Skip to content

Commit

Permalink
Merge pull request #56 from kitconcept/set-python-version-env
Browse files Browse the repository at this point in the history
Set python version in default hatch envs
  • Loading branch information
davisagli authored Nov 8, 2024
2 parents 5935a45 + 22b338e commit 20dc85c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ requires = [
]

[tool.hatch.envs.default]
python = "3.11"
type = "pip-compile"
path = ".venv"
pip-compile-resolver = "uv"
Expand Down

0 comments on commit 20dc85c

Please sign in to comment.