Skip to content

Commit 2c88211

Browse files
committed
πŸ“¦πŸ”§ Set minimal version of uv to support the --no-default-groups flag
1 parent db86510 commit 2c88211

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž.github/workflows/uv-tests.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
uv-version: ["0.5.19", "latest"]
29+
uv-version: ["0.5.23", "latest"]
3030
steps:
3131
- uses: actions/checkout@v5
3232
with:

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A modern Python project template using recommended development tools and best pr
1010

1111
## TL;DR
1212

13-
Assuming that you have `uv` installed (version `>=0.5.19`)
13+
Assuming that you have `uv` installed (version `>=0.5.23`)
1414

1515
1. `uvx copier copy gh:tsvikas/python-template path/to/project/directory/`
1616

β€Žproject_name/pyproject.toml.jinjaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies = [
6565

6666

6767
[tool.uv]
68-
required-version = ">=0.5.19"
68+
required-version = ">=0.5.23"
6969
default-groups = ["dev", "test", "typing"]
7070

7171

0 commit comments

Comments
Β (0)