We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9582ccc commit b2b05a8Copy full SHA for b2b05a8
setup.py
@@ -36,7 +36,7 @@
36
keywords='data science ydata',
37
url='https://github.com/ydataai/ydata-quality',
38
license="https://github.com/ydataai/ydata-quality/blob/master/LICENSE",
39
- python_requires=">=3.6, <3.9",
+ python_requires=">=3.7, <3.9",
40
packages=find_namespace_packages('src'),
41
package_dir={'':'src'},
42
include_package_data=True,
0 commit comments