Skip to content

Commit

Permalink
add python_requires in setup.py (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Dec 8, 2023
1 parent 05becbf commit 8df4097
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@
description="[Contract Language | Chialisp] Virtual Machine",
long_description=long_description,
long_description_content_type="text/markdown",
python_requires=">=3.8.1, <4",
install_requires=dependencies,
classifiers=[
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"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",
"License :: OSI Approved :: Apache Software License",
"Topic :: Security :: Cryptography",
],
Expand Down

0 comments on commit 8df4097

Please sign in to comment.