Skip to content

Commit

Permalink
Update setup.py with all tested python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kvid committed Jan 16, 2025
1 parent 670557b commit 74baa2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"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",
"Topic :: Utilities",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
],
Expand Down

0 comments on commit 74baa2d

Please sign in to comment.