Skip to content

Commit 093cb20

Browse files
committed
set python_requires to >=3.8
1 parent 7b8f058 commit 093cb20

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
@@ -53,5 +53,5 @@
5353
'pytest',
5454
],
5555
},
56-
python_requires='!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,!=3.5.0',
56+
python_requires='>=3.8',
5757
)

0 commit comments

Comments
 (0)