Skip to content

Commit 673213d

Browse files
committed
[setup.py] require skia-pathops >= 0.5.1.post1
1 parent 8e6f323 commit 673213d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
AUTHOR = "Chris Simpkins"
1414
REQUIRES_PYTHON = ">=3.6.0"
1515

16-
INSTALL_REQUIRES = ["skia-pathops >= 0.5.0", "cython >= 0.29.21", "fontTools >= 4.15.0"]
16+
INSTALL_REQUIRES = [
17+
"skia-pathops >= 0.5.1.post1", # cPy3.9 support added @ 0.5.1.post1
18+
"cython >= 0.29.21",
19+
"fontTools >= 4.15.0",
20+
]
1721
# Optional packages
1822
EXTRAS_REQUIRES = {
1923
# for developer installs
@@ -81,5 +85,6 @@
8185
"Programming Language :: Python :: 3.6",
8286
"Programming Language :: Python :: 3.7",
8387
"Programming Language :: Python :: 3.8",
88+
"Programming Language :: Python :: 3.9",
8489
],
8590
)

0 commit comments

Comments
 (0)