We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcab36 commit e3479ecCopy full SHA for e3479ec
1 file changed
setup.py
@@ -20,13 +20,12 @@
20
"Operating System :: OS Independent",
21
"Topic :: Software Development",
22
"Programming Language :: Python :: 3",
23
- "Programming Language :: Python :: 3.6",
24
"Programming Language :: Python :: 3.7",
25
"Programming Language :: Python :: 3.8",
26
"Programming Language :: Python :: 3.9",
27
"Programming Language :: Python :: 3 :: Only",
28
],
29
- python_requires='>=3.6',
+ python_requires='>=3.7',
30
setup_requires=[
31
'setuptools>=38.6.0', # for long_description_content_type
32
0 commit comments