From f548522df3e430a958713b3af20c6019c8efd3b9 Mon Sep 17 00:00:00 2001 From: toriving Date: Sun, 26 Sep 2021 20:55:04 +0900 Subject: [PATCH] Update minimum python version --- README.md | 4 ++-- setup.py | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19d5bf6..87ece9b 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ KoEDA This is a project that re-implemented Easy data augmentation and A Easier Data Augmentation, which were implemented for English, to fit Korean. ## Prerequisites -- python >= 3.6 +- python >= 3.7 ## Installation -This repository is tested on Python 3.6 - 3.9. +This repository is tested on Python 3.7 - 3.9. KoEDA can be installed using pip as follows: ```shell script diff --git a/setup.py b/setup.py index 5196d5d..16c325c 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ install_requires=requirements, keywords=["NLP deep learning koeda korean easy data augmentation"], license="MIT", - python_requires=">=3.6.0", + python_requires=">=3.7.0", include_package_data=True, zip_safe=False, classifiers=[ @@ -28,7 +28,6 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",