Skip to content

Commit

Permalink
Add information for supported Python versions to setup.py (#1502)
Browse files Browse the repository at this point in the history
Adds qualifiers for Python 3.9-3.11 indicating them being supported in the Python bindings building.

Support for Python 3.6 was removed, so the indicator for Python 3.6 was removed.
  • Loading branch information
nicholasjng authored Oct 18, 2022
1 parent db4f581 commit 4eaa0c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,11 @@ def bazel_build(self, ext):
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.6",
"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",
"Topic :: Software Development :: Testing",
"Topic :: System :: Benchmark",
],
Expand Down

0 comments on commit 4eaa0c8

Please sign in to comment.