summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 948b0515e..5a45c5293 100644
--- a/Pipfile
+++ b/Pipfile
@@ -14,5 +14,8 @@ brotli = "==1.0.*"
[dev-packages]
+# Mainly due to https://pypi.org/project/fonttools/
+# > FontTools requires Python 3.8 or later. We try to follow the same schedule
+# > of minimum Python version support as NumPy (see NEP 29).
[requires]
-python_version = "3.7"
+python_version = "3.8"