Skip to content

Commit

Permalink
build: set default environment to Python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
  • Loading branch information
kaechele committed Dec 28, 2023
1 parent 7fcb85d commit d6057b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"bluetooth_data_tools>=0.2.0",
Expand All @@ -35,7 +36,7 @@ pattern = '"version": "(?P<version>[^\"]+)"'

[tool.hatch.envs.default]
path = ".envs/default"
python = "3.11"
python = "3.12"

[tool.hatch.envs.lint]
detached = true
Expand Down

0 comments on commit d6057b9

Please sign in to comment.