Skip to content

Commit

Permalink
Added support for py38 up to py313
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Nov 19, 2024
1 parent 43dd0c0 commit dc0fdb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
Expand All @@ -34,7 +37,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.8"
pysmartdl2 = {version = "2.0.1", optional = true}
requests = {version = "2.32.3", optional = true}
scrapetube = {version = "2.5.1", optional = true}
Expand Down

0 comments on commit dc0fdb2

Please sign in to comment.