Skip to content

Commit f1dee31

Browse files
authored
Remove Python upper pin
1 parent 731fbe8 commit f1dee31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install_requires =
3232
attrs>=19,<22
3333
mdurl~=0.1
3434
typing_extensions>=3.7.4;python_version<'3.8'
35-
python_requires = ~=3.7
35+
python_requires = >=3.7
3636
include_package_data = True
3737
zip_safe = False
3838

0 commit comments

Comments
 (0)