Skip to content

Commit

Permalink
Updates classifiers for python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
laserson committed Jul 19, 2024
1 parent 05f005f commit 03ef3c1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
license="Apache License 2.0",
keywords="treemap visualization squarify layout graphics",
classifiers=[
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"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",
"Programming Language :: Python :: 3.12",
],
url="https://github.com/laserson/squarify",
)

0 comments on commit 03ef3c1

Please sign in to comment.