Skip to content

Commit

Permalink
Setup.py requires python3.9+ (#1046)
Browse files Browse the repository at this point in the history
* installation requires 3.9+
* Update README.md

---------

Co-authored-by: David Teather <34144122+davidteather@users.noreply.github.com>
  • Loading branch information
dronavallipranav and davidteather committed Aug 19, 2023
1 parent 627eb8c commit 81bb842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ To get started using this API follow the instructions below.

### Installing

**Note:** Installation requires python3.9+

If you run into an issue please check the closed issues on the github, although feel free to re-open a new issue if you find an issue that's been closed for a few months. The codebase can and does run into similar issues as it has before, because TikTok changes things up.

```sh
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
keywords=["tiktok", "python3", "api", "unofficial", "tiktok-api", "tiktok api"],
install_requires=["requests", "playwright"],
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 6.1.0",
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
python_requires='>=3.9',
)

0 comments on commit 81bb842

Please sign in to comment.