Skip to content

Commit

Permalink
[setup] Update classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
chhzh123 committed Feb 20, 2023
1 parent 10aed5c commit 6548b16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ def setup():
install_requires=parse_requirements("requirements.txt"),
packages=setuptools.find_packages(),
url="https://github.com/cornell-zhang/heterocl",
python_requires=">=3.6",
python_requires=">=3.7",
classifiers=[
"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",
"Topic :: Scientific/Engineering :: Accelerator Design",
"Topic :: Scientific/Engineering",
"Topic :: System :: Hardware",
"Operating System :: OS Independent",
],
zip_safe=True,
Expand Down

0 comments on commit 6548b16

Please sign in to comment.