We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948ca20 commit 4bc56ccCopy full SHA for 4bc56cc
.python-version
@@ -1 +1 @@
1
-3.12.7
+3.13.6
pyproject.toml
@@ -9,11 +9,11 @@ dependencies = [
9
]
10
description = "Build docker images with Python and Node.js"
11
readme = "README.md"
12
-requires-python = "~= 3.12"
+requires-python = "~= 3.13.0"
13
14
[build-system]
15
-requires = ["hatchling"]
16
-build-backend = "hatchling.build"
+requires = ["uv_build>=0.8.9,<0.9.0"]
+build-backend = "uv_build"
17
18
[project.scripts]
19
dpn = "docker_python_nodejs:dpn"
@@ -22,7 +22,7 @@ dpn = "docker_python_nodejs:dpn"
22
dev-dependencies = [
23
"pytest",
24
"pre-commit",
25
- "ruff==0.12.8",
+ "ruff",
26
"pytest-cov",
27
"mypy",
28
"types-requests",
0 commit comments