Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Dropping support for 3.6 and 3.7.

Signed-off-by: Karthik Uppuluri <[email protected]>
  • Loading branch information
kuppulur authored May 29, 2024
1 parent 22c1cd2 commit 25ea799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
url="https://github.com/fidelity/textwiser",
packages=setuptools.find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=required,
python_requires=">=3.6",
python_requires=">=3.8",
extras_require={"full": full_reqs},
classifiers=[
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
],
project_urls={
Expand Down

0 comments on commit 25ea799

Please sign in to comment.