diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 40c1ee7c..e84477f6 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 8b5500d5..7ce51fd7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![PyPI - Python](https://img.shields.io/badge/python-3.8+-blue.svg)](https://pypi.org/project/keybert/) +[![PyPI - Python](https://img.shields.io/badge/python-3.9+-blue.svg)](https://pypi.org/project/keybert/) [![PyPI - License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/MaartenGr/keybert/blob/master/LICENSE) [![PyPI - PyPi](https://img.shields.io/pypi/v/keyBERT)](https://pypi.org/project/keybert/) [![Build](https://img.shields.io/github/actions/workflow/status/MaartenGr/keyBERT/testing.yml?branch=master)](https://pypi.org/keybert/) diff --git a/pyproject.toml b/pyproject.toml index ec8e0a2f..d732d20c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.9.0" description = "KeyBERT performs keyword extraction with state-of-the-art transformer models." readme = "README.md" license = {file = "LICENSE"} -requires-python = ">=3.8" +requires-python = ">=3.9" authors = [ { name = "Maarten Grootendorst", email = "maartengrootendorst@gmail.com" }, ] @@ -28,7 +28,6 @@ classifiers = [ "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",