diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 623dcbf..5818e3f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - name: Checkout diff --git a/pyproject.toml b/pyproject.toml index 6756abc..c30f025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Framework :: IPython", "License :: OSI Approved :: BSD License", ] -requires-python=">=3.11" +requires-python=">=3.8" dependencies = [ "pygments" ]