Skip to content

Commit f13676c

Browse files
fix: update python version requirements (#249)
1 parent 70504e2 commit f13676c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![](https://img.shields.io/github/workflow/status/ydataai/ydata-synthetic/prerelease)
22
![](https://img.shields.io/pypi/status/ydata-synthetic)
33
[![](https://pepy.tech/badge/ydata-synthetic)](https://pypi.org/project/ydata-synthetic/)
4-
![](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)
4+
![](https://img.shields.io/badge/python-3.9%20%7C%203.10-blue)
55
[![](https://img.shields.io/pypi/v/ydata-synthetic)](https://pypi.org/project/ydata-synthetic/)
66
![](https://img.shields.io/github/license/ydataai/ydata-synthetic)
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
keywords='data science ydata',
4343
url='https://github.com/ydataai/ydata-synthetic',
4444
license="https://github.com/ydataai/ydata-synthetic/blob/master/LICENSE",
45-
python_requires=">=3.8, <3.11",
45+
python_requires=">=3.9, <3.11",
4646
packages=find_namespace_packages('src'),
4747
package_dir={'':'src'},
4848
include_package_data=True,

0 commit comments

Comments
 (0)