Skip to content

Commit 13e3cbe

Browse files
committed
Depends on release extra-platforms
1 parent e0fc18c commit 13e3cbe

File tree

2 files changed

+181
-160
lines changed

2 files changed

+181
-160
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ dependencies = [
134134
"xmltodict >= 1.0.0",
135135
]
136136

137-
[tool.uv.sources]
138-
extra-platforms = { git = "https://github.com/kdeldycke/extra-platforms", branch = "main" }
139-
140137
# Package referenced above and also featured in [project.optional-dependencies] or [dependency-groups]
141138
# will be set without version specifier as they are already constrained.
142139
[project.optional-dependencies]
@@ -202,6 +199,8 @@ module-root = ""
202199
[tool.uv]
203200
# Cooldown period.
204201
exclude-newer = "1 week"
202+
# XXX Disable exclusion of brand new extra-platforms releases.
203+
exclude-newer-package = { extra-platforms = "0 day" }
205204

206205
[tool.nuitka]
207206
product-name = "Meta Package Manager"

0 commit comments

Comments
 (0)