summaryrefslogtreecommitdiff
path: root/test/integration/targets/canonical-pep517-self-packaging/minimum-build-constraints.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/canonical-pep517-self-packaging/minimum-build-constraints.txt')
-rw-r--r--test/integration/targets/canonical-pep517-self-packaging/minimum-build-constraints.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/integration/targets/canonical-pep517-self-packaging/minimum-build-constraints.txt b/test/integration/targets/canonical-pep517-self-packaging/minimum-build-constraints.txt
new file mode 100644
index 0000000000..22b5e5cde7
--- /dev/null
+++ b/test/integration/targets/canonical-pep517-self-packaging/minimum-build-constraints.txt
@@ -0,0 +1,20 @@
+# Lowest set in `pyproject.toml`:
+setuptools == 39.2.0; python_version < "3.9"
+
+# Lowest supporting Python 3.9 and 3.10:
+setuptools == 57.0.0; python_version == "3.9" or python_version == "3.10"
+
+# Lowest supporting Python 3.11:
+setuptools == 60.0.0; python_version >= "3.11"
+
+
+# An arbitrary old version that was released before Python 3.9.0:
+wheel == 0.33.6
+
+# Conditional dependencies:
+docutils == 0.16
+Jinja2 == 3.0.0
+MarkupSafe == 2.0.0
+PyYAML == 5.3; python_version >= "3.9"
+PyYAML == 5.4; python_version < "3.9"
+straight.plugin == 1.4.2