Skip to content

Commit f479291

Browse files
committed
Make min version required for ytmdl as 3.6.2
1 parent c768301 commit f479291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"Environment :: Console",
7676
"Topic :: Multimedia :: Sound/Audio",
7777
),
78-
python_requires=">=3.*",
78+
python_requires=">=3.6.2",
7979
install_requires=req_pkgs,
8080
setup_requires=req_pkgs,
8181
extras_require=extra_features,

0 commit comments

Comments
 (0)