Skip to content

Commit

Permalink
Clarify min python required version
Browse files Browse the repository at this point in the history
  • Loading branch information
interlark committed Jun 25, 2022
1 parent 578a1a6 commit a7b2572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ install_requires =
tqdm>=4.64.0
netifaces>=0.11.0
furl>=2.1.3
typing_extensions >= 3.7.4; python_version<"3.8"
python_requires = >=3.7
typing_extensions>=3.7.4; python_version<"3.8"
python_requires = >=3.7.4

[options.package_data]
ustvgo_iptv = channels.json

This comment has been minimized.

Copy link
@seco12

seco12 Nov 11, 2022

sky de

Expand Down

0 comments on commit a7b2572

Please sign in to comment.