Skip to content

Commit 80a4097

Browse files
hswong3iBen Finney
authored andcommitted
Increase minimum Python version required, to “>= 3.7”.
`setuptools.command.build` was introduced since 62.4.0 (see pypa/wheel#487 (comment)), which require Python >= 3.7. Fixes https://pagure.io/python-daemon/issue/74
1 parent 3309eb1 commit 80a4097

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
@@ -74,7 +74,7 @@
7474
"packaging",
7575
"lockfile >=0.10",
7676
],
77-
python_requires=">=3",
77+
python_requires=">=3.7",
7878
extras_require={
7979
'test': test_requirements,
8080
'build': build_requirements,

0 commit comments

Comments
 (0)