Skip to content

Commit

Permalink
Add latest python
Browse files Browse the repository at this point in the history
  • Loading branch information
nonhermitian committed Feb 14, 2024
1 parent 90128e3 commit f9a5033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,11 @@ def run(self):
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"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 :: Scientific/Engineering",
],
cmdclass={'lint': PylintCommand, 'style': StyleCommand},
Expand Down

0 comments on commit f9a5033

Please sign in to comment.