Skip to content

Commit b2b05a8

Browse files
authored
bump minimum python version to 3.7 (#61)
1 parent 9582ccc commit b2b05a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
keywords='data science ydata',
3737
url='https://github.com/ydataai/ydata-quality',
3838
license="https://github.com/ydataai/ydata-quality/blob/master/LICENSE",
39-
python_requires=">=3.6, <3.9",
39+
python_requires=">=3.7, <3.9",
4040
packages=find_namespace_packages('src'),
4141
package_dir={'':'src'},
4242
include_package_data=True,

0 commit comments

Comments
 (0)