diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ab4932..0785ea8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ubuntu, macos, windows] python-version: - ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.8", "pypy-3.9"] + ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9", "pypy-3.10"] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index d861aab..7c9c4a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "lazy_loader" -requires-python = ">=3.8" +requires-python = ">=3.9" authors = [{name = "Scientific Python Developers"}] readme = "README.md" license = {file = "LICENSE.md"} @@ -13,7 +13,6 @@ classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",