Skip to content

Commit 4bc56cc

Browse files
committed
⬆️ Upgrade build script to python 3.13
Also upgrade deps
1 parent 948ca20 commit 4bc56cc

File tree

3 files changed

+188
-144
lines changed

3 files changed

+188
-144
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.7
1+
3.13.6

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ dependencies = [
99
]
1010
description = "Build docker images with Python and Node.js"
1111
readme = "README.md"
12-
requires-python = "~= 3.12"
12+
requires-python = "~= 3.13.0"
1313

1414
[build-system]
15-
requires = ["hatchling"]
16-
build-backend = "hatchling.build"
15+
requires = ["uv_build>=0.8.9,<0.9.0"]
16+
build-backend = "uv_build"
1717

1818
[project.scripts]
1919
dpn = "docker_python_nodejs:dpn"
@@ -22,7 +22,7 @@ dpn = "docker_python_nodejs:dpn"
2222
dev-dependencies = [
2323
"pytest",
2424
"pre-commit",
25-
"ruff==0.12.8",
25+
"ruff",
2626
"pytest-cov",
2727
"mypy",
2828
"types-requests",

0 commit comments

Comments
 (0)