Skip to content

Commit a7f55e2

Browse files
committed
Move python_requires to options for correct METADATA generation.
1 parent 4f4012c commit a7f55e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ classifiers =
2020
Programming Language :: Python :: 3.9
2121
Programming Language :: Python :: Implementation :: CPython
2222
Programming Language :: Python :: Implementation :: PyPy
23-
python_requires = ">=3.7"
2423

2524
[options]
2625
packages = find:
26+
python_requires = >=3.7
2727
install_requires =
2828
attrs>=17.4.0
2929
importlib_metadata;python_version<'3.8'

0 commit comments

Comments
 (0)