Skip to content

Commit 6de7f45

Browse files
Update setup.py
Co-authored-by: Jean-Christophe Morin <[email protected]> Signed-off-by: Stephan Steinbach <[email protected]>
1 parent aa8f7af commit 6de7f45

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
@@ -355,7 +355,7 @@ def run(self):
355355
},
356356

357357
# Disallow 3.9.0 because of https://github.com/python/cpython/pull/22670
358-
python_requires='>=3.9, !=3.9.0', # noqa: E501
358+
python_requires='>3.9.0', # noqa: E501
359359

360360
install_requires=[
361361
],

0 commit comments

Comments
 (0)