Skip to content

Commit 1aa9ec3

Browse files
authored
Use star-free new syntax for python requires
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 1dae9b3 commit 1aa9ec3

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
@@ -55,7 +55,7 @@ zip_safe = false
5555

5656
setup_requires = setuptools_scm[toml] >= 4
5757

58-
python_requires = >=3.6.*
58+
python_requires = >=3.6
5959

6060
install_requires =
6161
attrs

0 commit comments

Comments
 (0)