We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f005f commit 03ef3c1Copy full SHA for 03ef3c1
setup.py
@@ -10,10 +10,11 @@
10
license="Apache License 2.0",
11
keywords="treemap visualization squarify layout graphics",
12
classifiers=[
13
- "Programming Language :: Python :: 2.6",
14
- "Programming Language :: Python :: 2.7",
15
- "Programming Language :: Python :: 3.5",
16
- "Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
17
+ "Programming Language :: Python :: 3.12",
18
],
19
url="https://github.com/laserson/squarify",
20
)
0 commit comments