We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d1f67 commit 50e6803Copy full SHA for 50e6803
1 file changed
source/tutorials/packaging-projects.rst
@@ -87,6 +87,7 @@ Open :file:`setup.py` and enter the following content. Update the package name t
87
"License :: OSI Approved :: MIT License",
88
"Operating System :: OS Independent",
89
],
90
+ python_requires='>=3.6',
91
)
92
93
0 commit comments