Skip to content

Commit 023d7b0

Browse files
Copilotwannaphong
andcommitted
Update Python version requirement to 3.9+
Co-authored-by: wannaphong <8536487+wannaphong@users.noreply.github.com>
1 parent 311b508 commit 023d7b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![PyPI version](https://img.shields.io/pypi/v/spacy-pythainlp.svg)](https://pypi.org/project/spacy-pythainlp/)
44
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5-
[![Python 3.7+](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/)
5+
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
66

77
This package wraps the [PyThaiNLP](https://github.com/PyThaiNLP/pythainlp) library to add Thai language support for [spaCy](https://spacy.io/).
88

@@ -33,7 +33,7 @@ This package wraps the [PyThaiNLP](https://github.com/PyThaiNLP/pythainlp) libra
3333

3434
### Prerequisites
3535

36-
- Python 3.7 or higher
36+
- Python 3.9 or higher
3737
- spaCy 3.0 or higher
3838
- PyThaiNLP 3.1.0 or higher
3939

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author_email="wannaphong@yahoo.com",
2222
url="https://github.com/PyThaiNLP/spaCy-PyThaiNLP",
2323
packages=["spacy_pythainlp"],
24-
python_requires=">=3.7",
24+
python_requires=">=3.9",
2525
include_package_data=True,
2626
install_requires=requirements,
2727
license="Apache Software License 2.0",

0 commit comments

Comments
 (0)