File tree Expand file tree Collapse file tree 2 files changed +181
-160
lines changed
Expand file tree Collapse file tree 2 files changed +181
-160
lines changed Original file line number Diff line number Diff 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.
204201exclude-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 ]
207206product-name = " Meta Package Manager"
You can’t perform that action at this time.
0 commit comments