Skip to content

Commit 7c951b8

Browse files
committed
chore: bump python to 3.14.4 & uv min to 0.11.5
1 parent 5d3d99c commit 7c951b8

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14.3
1+
3.14.4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14.3-slim-trixie AS python-base
1+
FROM python:3.14.4-slim-trixie AS python-base
22

33
ENV PYTHONUNBUFFERED=1 \
44
PYTHONDONTWRITEBYTECODE=1 \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
## Prerequisites
3333

34-
- [Python](https://www.python.org/downloads/) **>=3.14.0 <3.15.0** (_tested with 3.14.3_)
34+
- [Python](https://www.python.org/downloads/) **>=3.14.0 <3.15.0** (_tested with 3.14.4_)
3535
- [pre-commit](https://pre-commit.com/#install) **>=3.2.0 <5.0.0** (_tested with 4.5.1_)
36-
- [uv](https://docs.astral.sh/uv/getting-started/installation/) **>=0.9.30** (_tested with 0.11.8_)
36+
- [uv](https://docs.astral.sh/uv/getting-started/installation/) **>=0.11.5** (_tested with 0.11.8_)
3737
- [docker](https://docs.docker.com/get-docker/) (_optional_)
3838

3939
---

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ homepage = "https://github.com/smarlhens/python-boilerplate#readme"
1414
repository = "https://github.com/smarlhens/python-boilerplate"
1515

1616
[build-system]
17-
requires = ["uv_build>=0.9.30,<0.12.0"]
17+
requires = ["uv_build>=0.11.5,<0.12.0"]
1818
build-backend = "uv_build"
1919

2020
[dependency-groups]
@@ -27,7 +27,7 @@ dev = [
2727
]
2828

2929
[tool.uv]
30-
required-version = ">=0.9.30"
30+
required-version = ">=0.11.5"
3131

3232
[tool.pytest.ini_options]
3333
addopts = "-vvv"

0 commit comments

Comments
 (0)