Skip to content

Commit 9f11285

Browse files
committed
build(tox): use tox-uv to automatically install required Python versions
1 parent 98321b1 commit 9f11285

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

poetry.lock

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ semver = "commitizen.version_schemes:SemVer"
8686
semver2 = "commitizen.version_schemes:SemVer2"
8787

8888
[dependency-groups]
89-
dev = ["ipython>=8.0", "tox>4", "poethepoet>=0.34.0"]
89+
dev = ["ipython>=8.0", "tox>4", "tox-uv", "poethepoet>=0.34.0"]
9090

9191
test = [
9292
"pytest>=7.2",

0 commit comments

Comments
 (0)