Skip to content

Commit

Permalink
chore: Update supported pyversion (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDongGeon1996 authored Apr 11, 2022
1 parent 2b123fb commit e7f1d51
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 @@ -23,8 +23,10 @@
license="Apache 2.0",
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
Expand All @@ -34,7 +36,7 @@
package_data={
"stock_indicators._cslib": ["lib/*.dll"],
},
python_requires=">=3.8",
python_requires=">=3.7",
install_requires=[
'pythonnet==3.0.0a1',
'typing_extensions>=4.0.0',
Expand Down

0 comments on commit e7f1d51

Please sign in to comment.