Skip to content

Commit

Permalink
Minor setup change
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Apr 15, 2024
1 parent 8c3f96a commit b4246f6
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 @@ -67,9 +67,10 @@ def run_tests(self):
"Intended Audience :: Developers",
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3 :: Only",
"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",
"Framework :: AsyncIO",
],
tests_require=["pytest"],
Expand Down

0 comments on commit b4246f6

Please sign in to comment.