From 74b34019e49fa4dcfb7275bfbfdc90a4871b53e9 Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Sat, 15 Apr 2023 17:20:03 -0700 Subject: tooling: Require Python >=3.8, due to FontTools (#553) --- Pipfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Pipfile') 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" -- cgit v1.2.3