diff --git a/README.md b/README.md index 0d8843b2..f818dce8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![](https://img.shields.io/github/workflow/status/ydataai/ydata-synthetic/prerelease) ![](https://img.shields.io/pypi/status/ydata-synthetic) [![](https://pepy.tech/badge/ydata-synthetic)](https://pypi.org/project/ydata-synthetic/) -![](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue) +![](https://img.shields.io/badge/python-3.9%20%7C%203.10-blue) [![](https://img.shields.io/pypi/v/ydata-synthetic)](https://pypi.org/project/ydata-synthetic/) ![](https://img.shields.io/github/license/ydataai/ydata-synthetic) diff --git a/setup.py b/setup.py index b1936203..102717da 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ keywords='data science ydata', url='https://github.com/ydataai/ydata-synthetic', license="https://github.com/ydataai/ydata-synthetic/blob/master/LICENSE", - python_requires=">=3.8, <3.11", + python_requires=">=3.9, <3.11", packages=find_namespace_packages('src'), package_dir={'':'src'}, include_package_data=True,