Blob Blame History Raw
diff -up towncrier-22.12.0/pyproject.toml.orig towncrier-22.12.0/pyproject.toml
--- towncrier-22.12.0/pyproject.toml.orig	2023-03-19 10:40:22.959559977 +0100
+++ towncrier-22.12.0/pyproject.toml	2023-03-19 10:41:25.976090904 +0100
@@ -79,9 +79,9 @@ ignore_missing_imports = true
 
 [build-system]
 requires = [
-    "setuptools ~= 44.1.1",
-    "wheel ~= 0.36.2",
-    "incremental == 22.10.0",
+    "setuptools >= 44.1.1",
+    "wheel >= 0.36.2",
+    "incremental >= 22.10.0",
 ]
 build-backend = "setuptools.build_meta"