Issue #88: backport to Python 3.8.

This commit is contained in:
Sergey Vartanov 2021-09-21 09:40:05 +03:00
parent e9b1b499bf
commit 75128537da
30 changed files with 303 additions and 267 deletions

View file

@ -49,7 +49,7 @@ setup(
"scheme/default.yml",
],
},
python_requires=">=3.9",
python_requires=">=3.8",
install_requires=[
"CairoSVG>=2.5.0",
"colour>=0.1.5",