Skip to content

Commit 03ef3c1

Browse files
committed
Updates classifiers for python versions
1 parent 05f005f commit 03ef3c1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
license="Apache License 2.0",
1111
keywords="treemap visualization squarify layout graphics",
1212
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",
13+
"Programming Language :: Python :: 3.8",
14+
"Programming Language :: Python :: 3.9",
15+
"Programming Language :: Python :: 3.10",
16+
"Programming Language :: Python :: 3.11",
17+
"Programming Language :: Python :: 3.12",
1718
],
1819
url="https://github.com/laserson/squarify",
1920
)

0 commit comments

Comments
 (0)