Skip to content

Commit 8722ef8

Browse files
moodyjoneukreign
authored andcommitted
Bump python_requires >= 3.8.
Code to handle CancelledError (as subclass of Exception) was removed.
1 parent 6e75a1a commit 8722ef8

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
@@ -18,7 +18,7 @@
1818
long_description_content_type="text/markdown",
1919
keywords="lbry protocol media",
2020
license='MIT',
21-
python_requires='>=3.7',
21+
python_requires='>=3.8',
2222
packages=find_packages(exclude=('tests',)),
2323
zip_safe=False,
2424
entry_points={

0 commit comments

Comments
 (0)