We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6f323 commit 673213dCopy full SHA for 673213d
setup.py
@@ -13,7 +13,11 @@
13
AUTHOR = "Chris Simpkins"
14
REQUIRES_PYTHON = ">=3.6.0"
15
16
-INSTALL_REQUIRES = ["skia-pathops >= 0.5.0", "cython >= 0.29.21", "fontTools >= 4.15.0"]
+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
+]
21
# Optional packages
22
EXTRAS_REQUIRES = {
23
# for developer installs
@@ -81,5 +85,6 @@
81
85
"Programming Language :: Python :: 3.6",
82
86
"Programming Language :: Python :: 3.7",
83
87
"Programming Language :: Python :: 3.8",
88
+ "Programming Language :: Python :: 3.9",
84
89
],
90
)
0 commit comments