We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b78f78 commit 972b42dCopy full SHA for 972b42d
1 file changed
setup.py
@@ -75,6 +75,7 @@
75
'Topic :: Text Processing :: General',
76
],
77
packages=find_packages(),
78
+ python_requires='>=3.8',
79
install_requires=[],
80
package_data={'': ['*.dat', '*.crt', 'py.typed']},
81
extras_require={
0 commit comments