We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1068a commit 3d6aae5Copy full SHA for 3d6aae5
1 file changed
setup.py
@@ -44,7 +44,7 @@ def read(*parts):
44
"Programming Language :: Python :: 3",
45
"Topic :: Software Development :: Libraries :: Python Modules",
46
],
47
- python_requires='>=3.6',
+ python_requires='>=3.9',
48
zip_safe=False,
49
include_package_data=True,
50
)
0 commit comments