Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b475f7

Browse files
authored
Merge pull request #398 from tomschr/bugfix/397-python_requires
Fix #397: Remove asterisk in python_requires
2 parents a2a6169 + 67464a7 commit 9b475f7

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
@@ -39,7 +39,7 @@ license = BSD
3939
package_dir =
4040
=src
4141
packages = find:
42-
python_requires = >=3.7.*
42+
python_requires = >=3.7
4343
include_package_data = True
4444

4545
[options.entry_points]

0 commit comments

Comments
 (0)