Skip to content

Commit

Permalink
updates setup classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
pveigadecamargo committed Dec 16, 2023
1 parent 9c9d181 commit 670524b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
license="See license.txt",
classifiers=[
"Programming Language :: Python",
"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",
],
cmdclass={"build_ext": build_ext},
ext_modules=[ext_mod_aon, ext_mod_ipf, ext_mod_put],
Expand Down

0 comments on commit 670524b

Please sign in to comment.